HttpChannel.ChannelScheme Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
HttpChannel Class | HttpChannel Members | System.Runtime.Remoting.Channels.Http Namespace