Rfc1006IPEndPoint Constructor (Byte[], Byte[])

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(
	byte[] remoteTSAP,
	byte[] localTSAP
)


Parameters

remoteTSAP
Type: System.Byte[]
The remote TSAP of the endpoint.
localTSAP
Type: System.Byte[]
The local TSAP of the endpoint.

Reference