HttpChannel.ChannelScheme 属性

定义

获取要挂钩到的侦听器的类型(例如“http”)。

public:
 property System::String ^ ChannelScheme { System::String ^ get(); };
public string ChannelScheme { get; }
member this.ChannelScheme : string
Public ReadOnly Property ChannelScheme As String

属性值

要挂钩到的侦听器类型。

实现

注解

当前属性的值不区分大小写。

适用于

另请参阅