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 Function IsBypassed ( _
	host As Uri _
) As Boolean
C#
public bool IsBypassed(
	Uri host
)

Parameters

host
Type: System..::..Uri
The Uri of the host to check for proxy use.

Return Value

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

Implements

IWebProxy..::..IsBypassed(Uri)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also