NetworkInformation.GetProxyConfigurationAsync Method

Gets a proxy configuration for the connection using the specified URI.

Syntax

public:
static IAsyncOperation<ProxyConfiguration>^ GetProxyConfigurationAsync(
         Uri^ uri
)  

Parameters

uri
Type: Uri 

  The proxy configuration URI.

Return value

Type: IAsyncOperation<ProxyConfiguration

Information about the connection proxy.

Requirements

Namespace: Windows.Networking.Connectivity

Metadata: windows.winmd

See also

Reference

NetworkInformation Class

NetworkInformation Members

Windows.Networking.Connectivity Namespace