Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Internet Connection Firewall may be altered or unavailable in subsequent versions. Instead, use the Windows Firewall API.]
The ICS/ICF API exposes the following interfaces.
| Interface | Purpose |
|---|---|
| IEnumNetSharingEveryConnection | Enumerates all connections in connections folder. |
| IEnumNetSharingPortMapping | Enumerates port mappings. |
| IEnumNetSharingPrivateConnection | Enumerates privately-shared connections. |
| IEnumNetSharingPublicConnection | Enumerates publicly-shared connections. |
| INetConnection | Primary interface for network connection object. |
| INetConnectionProps | Retrieves the properties for a connection. |
| INetSharingConfiguration | Configures connection sharing, firewall, and port mappings. |
| INetSharingEveryConnectionCollection | Collection interface for all connections. |
| INetSharingManager | Primary interface for the Manager object. |
| INetSharingPortMapping | Interface for port mapping. |
| INetSharingPortMappingCollection | Collection interface for port mappings. |
| INetSharingPortMappingProps | Retrieve and set properties for a connection port mapping. |
| INetSharingPrivateConnectionCollection | Collection interface for privately-shared connections. |
| INetSharingPublicConnectionCollection | Collection interface for publicly-shared connections. |
Related topics