Rfc1006Client Constructor (Int32, IPAddress, Byte[], Byte[])

Initializes a new instance of the Rfc1006Client class using the specified address, remoteTSAP, localTSAP and connectionTimeout information.

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

C#

public Rfc1006Client(
	int connectionTimeout,
	IPAddress address,
	byte[] remoteTSAP,
	byte[] localTSAP
)


Parameters

connectionTimeout
Type: System.Int32
The time in milliseconds after the connection will be closed
address
Type: System.Net.IPAddress
The IPAddress to use to identifier the server IP.
remoteTSAP
Type: System.Byte[]
To use to identifier the server TSAP.
localTSAP
Type: System.Byte[]
To use to identifier the client TSAP.

Exception Condition
ArgumentNullException The address is a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeException The is lower than zero.


Reference