NetPeerTcpBinding.Scheme Property

Definition

Gets the URI scheme used for the transport protocol associated with this binding.

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

Property Value

A String that specifies the URI scheme for the specific transport protocol used for this binding.

Remarks

This value must be "net.p2p".

Applies to