PeerEndPoint Constructor (IPEndPoint^)

 

Initializes a new instance of the PeerEndPoint class with the peer-associated endpoint contained in IPEndPoint.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
PeerEndPoint(
	IPEndPoint^ endPoint
)

Parameters

endPoint
Type: System.Net::IPEndPoint^

The endpoint associated with the peer.

.NET Framework
Available since 3.5
Return to top
Show: