HttpChannel.ChannelScheme Property

Definition

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

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

Property Value

The type of listener to hook into.

Implements

Remarks

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

Applies to

See also