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

Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, 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(
	IPAddress address,
	byte[] remoteTSAP,
	byte[] localTSAP
)


Parameters

address
Type: System.Net.IPAddress
An Internet Protocol (IP) address.
remoteTSAP
Type: System.Byte[]
The remote TSAP of the endpoint.
localTSAP
Type: System.Byte[]
The local TSAP of the endpoint.

Reference