IWebProxy.IsBypassed Method

Namespace:  System.Net
Assembly:  System.Net.Http.Primitives (in System.Net.Http.Primitives.dll)

Syntax

'Declaration
Function IsBypassed ( _
    host As Uri _
) As Boolean
'Usage
Dim instance As IWebProxy 
Dim host As Uri 
Dim returnValue As Boolean 

returnValue = instance.IsBypassed(host)
bool IsBypassed(
    Uri host
)
bool IsBypassed(
    Uri^ host
)
abstract IsBypassed : 
        host:Uri -> bool
function IsBypassed(
    host : Uri
) : boolean

Parameters

Return Value

Type: System.Boolean

See Also

Reference

IWebProxy Interface

System.Net Namespace