This topic has not yet been rated - Rate this topic

HttpChannel.ChannelScheme Property

Gets the type of listener to hook into (for example "http").

[Visual Basic]
Public Overridable ReadOnly Property ChannelScheme As String  _
   Implements IChannelReceiverHook.ChannelScheme
[C#]
public virtual string ChannelScheme {get;}
[C++]
public: __property virtual String* get_ChannelScheme();
[JScript]
public function get ChannelScheme() : String;

Property Value

The type of listener to hook into.

Implements

IChannelReceiverHook.ChannelScheme

Remarks

The value of the current property is not case-sensitive.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

HttpChannel Class | HttpChannel Members | System.Runtime.Remoting.Channels.Http Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.