Rfc1006Base.ReceiveTimeout Property

Gets or sets the time in milliseconds when the service will cancel the receive.

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

C#

public int ReceiveTimeout { get; set; }


Property Value

Type: Int32
The default value of this property is defined by DefaultReceiveTimeout.

Reference