Rfc1006IPEndPoint Constructor (IPAddress, Int32, String, String)

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


Parameters

address
Type: System.Net.IPAddress
An Internet Protocol (IP) address.
port
Type: System.Int32
The port number associated with the address
remoteTSAP
Type: System.String
The remote TSAP of the endpoint.
localTSAP
Type: System.String
The local TSAP of the endpoint.

Reference