Rfc1006IPEndPoint Constructor (String, Int32, Byte[], Byte[])
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)
Syntax
C#
public Rfc1006IPEndPoint( string address, int port, byte[] remoteTSAP, byte[] localTSAP )
Parameters
address
Type: System.String
An Internet Protocol (IP) address.
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.