次の方法で共有


HttpServerChannel.ChannelScheme プロパティ

フックするリスナの種類を取得します (たとえば "http")。

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;

プロパティ値

フックするリスナの種類。

実装

IChannelReceiverHook.ChannelScheme

解説

この値は大文字と小文字が区別されません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

HttpServerChannel クラス | HttpServerChannel メンバ | System.Runtime.Remoting.Channels.Http 名前空間