Udostępnij za pośrednictwem


NamedPipeTransportBindingElement.Scheme Właściwość

Definicja

Zwraca schemat identyfikatora URI dla transportu.

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

Wartość właściwości

Zwraca schemat identyfikatora URI dla transportu, który jest "net.pipe".

Przykłady

W tym przykładzie pokazano, jak uzyskać schemat identyfikatora URI dla transportu:

string scheme =
    bElement.Scheme;
Dim scheme As String = bElement.Scheme

Uwagi

Ta właściwość jest udostępniana w celu włączenia walidacji powiązań względem adresów podstawowych.

Dotyczy