System::Net::IWebProxy::IsBypassed method
IWebProxy::IsBypassed method
Returns a value that indicates if the proxy must not be used for the specified host.
virtual bool System::Net::IWebProxy::IsBypassed(System::SharedPtr<Uri> host)=0
| Parameter | Type | Description | 
|---|---|---|
| host | System::SharedPtr<Uri> | The host URI to check. | 
ReturnValue
True when the proxy server must not be used, otherwise false.
See Also
- Typedef SharedPtr
 - Class Uri
 - Class IWebProxy
 - Namespace System::Net
 - Library Aspose.PUB for C++