ExchangeServiceBase.WebProxy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Web proxy server that handles requests.
public:
property System::Net::IWebProxy ^ WebProxy { System::Net::IWebProxy ^ get(); void set(System::Net::IWebProxy ^ value); };
public System.Net.IWebProxy WebProxy { get; set; }
Public Property WebProxy As IWebProxy
Property Value
The Web proxy server that handles requests that are sent to the Exchange server.