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à

Restituisce lo schema URI per il trasporto, ovvero "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 convalidare le associazioni rispetto agli indirizzi di base.

Si applica a