PeerEndPoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PeerEndPoint クラスの新しいインスタンスを生成します。
オーバーロード
PeerEndPoint() |
PeerEndPoint クラスの新しいインスタンスを生成します。 |
PeerEndPoint(IPEndPoint) |
PeerEndPoint に格納されている、ピアに関連付けられているエンドポイントを使用して、IPEndPoint クラスの新しいインスタンスを初期化します。 |
PeerEndPoint(IPEndPoint, String) |
PeerEndPoint に格納されているピアに関連けられているエンドポイント、および |
PeerEndPoint(SerializationInfo, StreamingContext) |
シリアル化に必要な関連パラメーターを指定して、新しい PeerEndPoint インスタンスを初期化します。 |
注釈
このコンストラクターは、開発者が連絡する IP アドレス PeerEndPoint を既に認識している場合に提供されます。
このコンストラクターを使用して明示的 PeerEndPoint なインスタンスを生成すると、ピア コラボレーション インフラストラクチャを Peer 使用して、IP アドレスによって識別されるピアとの対話に使用できるクラス インスタンスの作成が容易になります。
PeerEndPoint()
PeerEndPoint クラスの新しいインスタンスを生成します。
public:
PeerEndPoint();
public PeerEndPoint ();
Public Sub New ()
適用対象
PeerEndPoint(IPEndPoint)
PeerEndPoint に格納されている、ピアに関連付けられているエンドポイントを使用して、IPEndPoint クラスの新しいインスタンスを初期化します。
public:
PeerEndPoint(System::Net::IPEndPoint ^ endPoint);
public PeerEndPoint (System.Net.IPEndPoint endPoint);
new System.Net.PeerToPeer.Collaboration.PeerEndPoint : System.Net.IPEndPoint -> System.Net.PeerToPeer.Collaboration.PeerEndPoint
Public Sub New (endPoint As IPEndPoint)
パラメーター
- endPoint
- IPEndPoint
ピアに関連付けられているエンドポイント。
こちらもご覧ください
適用対象
PeerEndPoint(IPEndPoint, String)
PeerEndPoint に格納されているピアに関連けられているエンドポイント、および endPointName
を指定する文字列を使用して、IPEndPoint クラスの新しいインスタンスを初期化します。
public:
PeerEndPoint(System::Net::IPEndPoint ^ endPoint, System::String ^ endPointName);
public PeerEndPoint (System.Net.IPEndPoint endPoint, string endPointName);
new System.Net.PeerToPeer.Collaboration.PeerEndPoint : System.Net.IPEndPoint * string -> System.Net.PeerToPeer.Collaboration.PeerEndPoint
Public Sub New (endPoint As IPEndPoint, endPointName As String)
パラメーター
- endPoint
- IPEndPoint
ピアに関連付けられているエンドポイント。
- endPointName
- String
PeerEndPoint に関連付けられている名前を指定します。
例外
引数 endPoint
が null
を指定しています。
指定した endPoint
は、有効な IPv6 エンドポイントではありません。
適用対象
PeerEndPoint(SerializationInfo, StreamingContext)
シリアル化に必要な関連パラメーターを指定して、新しい PeerEndPoint インスタンスを初期化します。
protected:
PeerEndPoint(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected PeerEndPoint (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Net.PeerToPeer.Collaboration.PeerEndPoint : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.PeerToPeer.Collaboration.PeerEndPoint
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
パラメーター
- serializationInfo
- SerializationInfo
SerializationInfo に関連付けられている PeerEndPoint。
- streamingContext
- StreamingContext
PeerEndPoint に関連付けられているシリアル化の転送先。
適用対象
.NET