UriEndPoint クラス

定義

Uriによって表されるエンドポイント。

public ref class UriEndPoint : System::Net::EndPoint
public class UriEndPoint : System.Net.EndPoint
type UriEndPoint = class
    inherit EndPoint
Public Class UriEndPoint
Inherits EndPoint
継承
UriEndPoint

コンストラクター

名前 説明
UriEndPoint(Uri)

新しい UriEndPointを作成します。

プロパティ

名前 説明
Uri

このエンドポイントに関連付けられている Uri を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

GetHashCode()

既定のハッシュ関数として機能します。

ToString()

現在のオブジェクトを表す文字列を返します。

適用対象