Rfc1006IPEndPoint Constructor (String, String)

Initializes a new instance of the Rfc1006IPEndPoint class using the specified remoteTSAP and localTSAP information and the DefaultPort.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public Rfc1006IPEndPoint(
	string remoteTSAP,
	string localTSAP
)


Parameters

remoteTSAP
Type: System.String
The remote TSAP of the endpoint.
localTSAP
Type: System.String
The local TSAP of the endpoint.

Reference