Rfc1006Base.Receive Method

Reads a byte from the RFC1006 communication send by the opposite service.

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

C#

public byte[] Receive()


Return Value

Type: Byte[]
Data from the RFC1006 communication.

Exception Condition
TimeoutException The ReceiveTimeout exceeded.
Exception Connection not established!


Reference