Rfc1006Base.ReceiveString Method

Reads a Rfc1006Packet 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 string ReceiveString()


Return Value

Type: String
Data from the RFC1006 communication.

Exception Condition
TimeoutException The ReceiveTimeout exceeded.


Reference