ProtocolEndpoint.Location プロパティ

定義

場所を取得または設定します。 これは必須の要素です。

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
public Uri Location { get; set; }
member this.Location : Uri with get, set
Public Property Location As Uri

プロパティ値

Uri

現在のインスタンスの場所を表す URI。

適用対象