PeerEndPoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 PeerEndPoint 類別的新執行個體。
多載
PeerEndPoint() |
產生 PeerEndPoint 類別的新執行個體。 |
PeerEndPoint(IPEndPoint) |
使用 PeerEndPoint 內含的對等相關聯端點,初始化 IPEndPoint 類別的新執行個體。 |
PeerEndPoint(IPEndPoint, String) |
使用 PeerEndPoint 內含的對等相關聯端點,以及指定 |
PeerEndPoint(SerializationInfo, StreamingContext) |
使用序列化 (Serialization) 所需的相關參數,初始化新的 PeerEndPoint 執行個體。 |
備註
如果開發人員已經知道其想要連絡的 PeerEndPoint IP位址,就會提供此建構函式。
利用這個建構函式來產生明確的 PeerEndPoint 實例,可協助建立 Peer 類別實例,進而使用對等共同作業基礎結構來與IP位址所識別的對等互動。
PeerEndPoint()
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)
使用序列化 (Serialization) 所需的相關參數,初始化新的 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 關聯的序列化目的地。