SimpleNetworkTimeReceiveTimeout Property |
Gets or sets the time (in milliseconds) until a synchronous attempt to receive data times out.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int ReceiveTimeout { get; set; }
Public Property ReceiveTimeout As Integer
Get
Set
public:
property int ReceiveTimeout {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also