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.

Return Value

true if the proxy server should not be used for host; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also