NetPeerTcpBinding.Scheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 URI 配置,此配置用於與這個繫結相關聯的傳輸通訊協定。
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
屬性值
-
String
String,可為用於此繫結的特定傳輸通訊協定指定 URI 配置。
備註
這個值必須是 "net.p2p"。
適用於