Microsoft Internet Security and Acceleration Server 2000 |
Creates a TCP/IP socket that is associated with this session.
HRESULT CreateNetworkSocket( INT Protocol, IFWXNetworkSocket **piSocket );
Value | Description |
---|---|
FWX_PROTOCOL_TCP | The method will create a TCP socket. |
FWX_PROTOCOL_UDP | The method will create a UDP socket. |
The socket created by this method is user-specific, and its activity obeys the policy rules for the session. Connections are logged as if they were performed by the session's user.
To create a socket that is not user specific, use IFWXFirewall::CreateNetworkSocket.