Indicates whether to use the proxy server for the specified host.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Overridable Function IsBypassed ( _ hostName As String, _ port As Integer _ ) As Boolean |
C# |
---|
public virtual bool IsBypassed( string hostName, int port ) |
Parameters
- hostName
- Type: System..::..String
The host address to check for proxy use.
- port
- Type: System..::..Int32
The port.