ConnectionInfo Constructor (EndPoint, ApplicationLayerProtocolStatus)NetworkComms.Net Help
Create a new ConnectionInfo object pointing at the provided remote OnlineIPEndPoint

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

public ConnectionInfo(
	EndPoint remoteEndPoint,
	ApplicationLayerProtocolStatus applicationLayerProtocol
)

Parameters

remoteEndPoint
Type: OnlineSystem.Net EndPoint
The end point corresponding with the remote target
applicationLayerProtocol
Type: NetworkCommsDotNet.Connections ApplicationLayerProtocolStatus
If enabled NetworkComms.Net uses a custom application layer protocol to provide useful features such as inline serialisation, transparent packet transmission, remote peer handshake and information etc. We strongly recommend you enable the NetworkComms.Net application layer protocol.
See Also