ConnectionInfo Constructor (EndPoint)NetworkComms.Net Help
Create a new ConnectionInfo object pointing at the provided remote OnlineIPEndPoint. Uses the custom NetworkComms.Net application layer protocol.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public ConnectionInfo(
	EndPoint remoteEndPoint
)

Parameters

remoteEndPoint
Type: OnlineSystem.Net EndPoint
The end point corresponding with the remote target
See Also