TcpTransportBindingElement.Scheme Proprietà

Definizione

Restituisce lo schema URI per il trasporto.

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

Valore della proprietà

String

Restituisce lo schema URI per il trasporto che è "net.tcp".

Esempio

Nell'esempio seguente viene illustrato come ottenere lo schema URI per il trasporto.

string scheme = bElement.Scheme;

Commenti

La proprietà viene fornita per la convalida delle associazioni a fronte di indirizzi di base.

Si applica a