IEwsHttpWebRequest.Timeout property

Gets or sets the time-out value in milliseconds for the GetResponse and GetRequestStream methods.

The Timeout property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

Syntax

'Declaration
Property Timeout As Integer
    Get
    Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
int Timeout { get; set; }

Property value

Type: System.Int32
The number of milliseconds to wait before the request times out. The default is 100,000 milliseconds (100 seconds).

See also

Reference

IEwsHttpWebRequest interface

IEwsHttpWebRequest members

Microsoft.Exchange.WebServices.Data namespace