Rfc1006Server Constructor

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

Top

Reference