IWebProxy.GetProxy Method

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

Syntax

'Declaration
Function GetProxy ( _
    destination As Uri _
) As Uri
'Usage
Dim instance As IWebProxy 
Dim destination As Uri 
Dim returnValue As Uri 

returnValue = instance.GetProxy(destination)
Uri GetProxy(
    Uri destination
)
Uri^ GetProxy(
    Uri^ destination
)
abstract GetProxy : 
        destination:Uri -> Uri
function GetProxy(
    destination : Uri
) : Uri

Parameters

Return Value

Type: System.Uri

See Also

Reference

IWebProxy Interface

System.Net Namespace