IEwsHttpWebRequest.Proxy property
Gets or sets proxy information for the request.
The Proxy 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 Proxy As IWebProxy
Get
Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As IWebProxy
value = instance.Proxy
instance.Proxy = value
IWebProxy Proxy { get; set; }
Property value
Type: System.Net.IWebProxy
The proxy information for the request.