Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

ProxySocket.Timeout Property

Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)

Timeout

Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out which is default).

Declaration
public int Timeout { get; set; }
Property Value
Type Description
Int32

The length of time, in milliseconds, until the operation times out, or the value -1 or 0 to indicate that the request does not time out. Default is -1 (infinite).

Implements
ISocket.Timeout
Remarks

The internal timeout counter is reset every time data is sent or received from to server.

Minimal value is 500. Setting this to a value lower than 500 will set it to 500.

In This Article
  • Timeout
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies