Rfc1006IPEndPoint Constructor (Int32, Byte[], Byte[])

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

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

C#

public Rfc1006IPEndPoint(
	int port,
	byte[] remoteTSAP,
	byte[] localTSAP
)


Parameters

port
Type: System.Int32
The port number associated with the address
remoteTSAP
Type: System.Byte[]
The remote TSAP of the endpoint.
localTSAP
Type: System.Byte[]
The local TSAP of the endpoint.

Reference