The FwxSslSocketSide enumerated type contains values that indicate whether an SSL socket is on the client side or the server side.
typedef enum { fwxServerSide
The socket is on the server side.
= 1, fwxClientSide
The socket is on the client side.
= 2 } FwxSslSocketSide;
The socket is on the server side.
The socket is on the client side.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.