INetFwOpenPort 介面
連結提供對連接埠屬性在防火牆中開啟了。
命名空間: Microsoft.TeamFoundation.Common
組件: Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)
語法
'宣告
<GuidAttribute("E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")> _
Public Interface INetFwOpenPort
[GuidAttribute("E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")]
public interface INetFwOpenPort
INetFwOpenPort 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
BuiltIn | 確認通訊埠是否是由系統所定義。 | |
Enabled | 取得或設定這個連接埠的設定目前是否啟用。 | |
IpVersion | 取得或設定這個連接埠的 IP 版本設定。 | |
Name | 取得或設定這個連接埠的易記名稱。 | |
Port | 取得或設定這個連接埠的主機排序的通訊埠編號。 | |
Protocol | 取得或設定這個連接埠通訊協定類型設定。 | |
RemoteAddresses | 取得或設定通訊埠可以接聽流量的遠端位址。 | |
Scope | 取得或設定通訊埠上接聽的網路範圍。 |
回頁首