Rfc1006Server Constructor (Byte[], Byte[], Int32)

Initializes a new instance of the Rfc1006Server class using the specified remoteTSAP, and localTSAP and aliveTime information.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public Rfc1006Server(
	byte[] remoteTSAP,
	byte[] localTSAP,
	int aliveTime
)


Parameters

remoteTSAP
Type: System.Byte[]
To use to identifier the client TSAP.
localTSAP
Type: System.Byte[]
To use to identifier the server TSAP.
aliveTime
Type: System.Int32
Stores the time in milliseconds when the server will disconnect if the client is not responding

Exception Condition
ArgumentOutOfRangeException The is lower than zero.


Reference