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

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

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

C#

public Rfc1006Server(
	IPEndPoint endPoint,
	byte[] remoteTSAP,
	byte[] localTSAP
)


Parameters

endPoint
Type: System.Net.IPEndPoint
The IPEndPoint to use to identifier the client IP.
remoteTSAP
Type: System.Byte[]
To use to identifier the client TSAP.
localTSAP
Type: System.Byte[]
To use to identifier the server TSAP.

Exception Condition
ArgumentNullException The endPoint is a null reference (Nothing in Visual Basic).
ArgumentNullException The endPoint is a null reference (Nothing in Visual Basic).


Reference