Rfc1006IPEndPoint Constructor

—– Name Description
Rfc1006IPEndPoint(Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(Int32, Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified port, localTSAP and remoteTSAP information.
Rfc1006IPEndPoint(Int32, String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified port, localTSAP and remoteTSAP information.
Rfc1006IPEndPoint(IPAddress, Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(IPAddress, String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(String, Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(String, String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, remoteTSAP and localTSAP information and the DefaultPort.
Rfc1006IPEndPoint(IPAddress, Int32, Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, port, localTSAP and remoteTSAP information.
Rfc1006IPEndPoint(IPAddress, Int32, String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, port, localTSAP and remoteTSAP information.
Rfc1006IPEndPoint(String, Int32, Byte[], Byte[]) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, port, localTSAP and remoteTSAP information.
Rfc1006IPEndPoint(String, Int32, String, String) Initializes a new instance of the Rfc1006IPEndPoint class using the specified address, port, localTSAP and remoteTSAP information.

Top

Reference