Share via


CustomBinding.Scheme 屬性

定義

取得自訂繫結所使用之傳輸的 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

屬性值

自訂繫結所使用之傳輸的 URI 配置,如果沒有任何傳輸則為空字串 (TransportBindingElementnull)。

備註

提供這個方法的目的,是要啟用針對基底位址 (Base Address) 進行的繫結驗證。

適用於