VpnTrafficFilter.RemotePortRanges 属性

定义

获取此流量筛选器允许的远程端口范围的列表。

public:
 property IVector<Platform::String ^> ^ RemotePortRanges { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> RemotePortRanges();
public IList<string> RemotePortRanges { get; }
var iVector = vpnTrafficFilter.remotePortRanges;
Public ReadOnly Property RemotePortRanges As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

此流量筛选器允许的远程端口范围列表。

Windows 要求

应用功能
networkingVpnProvider

适用于