ProxyConfiguration 类

定义

表示当前用户的代理配置。

注意

Windows Phone不支持此类。

public ref class ProxyConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ProxyConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ProxyConfiguration
Public NotInheritable Class ProxyConfiguration
继承
Object Platform::Object IInspectable ProxyConfiguration
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
internetClient privateNetworkClientServer

注解

通过对 NetworkInformation 对象调用 GetProxyConfigurationAsync 方法返回 ProxyConfiguration 对象。 如果 GetProxyConfigurationAsync 方法成功,则向 该方法的 IAsyncOperation (ProxyConfiguration) 处理程序传递 ProxyConfiguration 对象。

返回的代理配置适用于传递给 GetProxyConfigurationAsync 方法的 uri 参数。 uri 参数包含目标终结点的主机名或 IP 地址,以及服务名称、端口号或协议方案。

在 UWP 应用中,当需要代理来连接时, StreamSocket 类支持连接到远程终结点。 这种对代理的支持是自动的,对应用是透明的。 有关更多详细信息,请参阅 StreamSocket 类参考中有关支持代理的备注。

属性

CanConnectDirectly

获取一个值,该值指示此配置是否可以直接连接。

注意

Windows Phone不支持此类属性。

ProxyUris

从代理配置中获取代理的 URI 列表。

注意

Windows Phone不支持此类属性。

适用于

另请参阅