System::Net::WebProxy::IsBypassed method
WebProxy::IsBypassed method
Checks if the proxy server is not used for the specified URI.
bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)
Parameter | Type | Description |
---|---|---|
host | System::SharedPtr<Uri> | The URI to check. |
ReturnValue
True when the proxy server is not used for the specified URI, otherwise false.
See Also
- Typedef SharedPtr
- Class Uri
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++