Compartir vía


HttpChannel.ChannelScheme Propiedad

Definición

Obtiene el tipo de agente de escucha que se va a enlazar (por ejemplo, "http").

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

Valor de propiedad

Tipo de agente de escucha que se va a enlazar.

Implementaciones

Comentarios

El valor de la propiedad actual no distingue mayúsculas de minúsculas.

Se aplica a

Consulte también