IpEndPoint Constructor (IpEndPoint)C# API
Initialises a new instance of the IpEndPoint class, which is a copy of the specified IpEndPoint object.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IpEndPoint(
	IpEndPoint arg0
)
See Also