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
- host
Type: System.Uri
Return Value
Type: System.Boolean