Interface that provides access to the collection of services that may be authorized to listen through a firewall.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<GuidAttribute("79649BB4-903E-421B-94C9-79848E79F6EE")> _
Public Interface INetFwServices _
    Inherits IEnumerable
[GuidAttribute("79649BB4-903E-421B-94C9-79848E79F6EE")]
public interface INetFwServices : IEnumerable
[GuidAttribute(L"79649BB4-903E-421B-94C9-79848E79F6EE")]
public interface class INetFwServices : IEnumerable
[<GuidAttribute("79649BB4-903E-421B-94C9-79848E79F6EE")>]
type INetFwServices =  
    interface 
        interface IEnumerable 
    end
public interface INetFwServices extends IEnumerable
The INetFwServices type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of items in this collection. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | 
| .gif) | Item | Gets the item in this collection with the specified service type. | 
Top