VpnTrafficFilter.LocalPortRanges 属性

定义

获取此流量筛选器允许的本地端口范围的列表。 特别适用于识别 SMB。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

此流量筛选器允许的本地端口范围列表。 特别适用于标识 SMB。

Windows 要求

应用功能
networkingVpnProvider

适用于