Share via


FwxSslSocketSide Enumeration

The FwxSslSocketSide enumerated type contains values that indicate whether an SSL socket is on the client side or the server side.

Syntax

typedef enum  {
  fwxServerSide   = 1,
  fwxClientSide   = 2
} FwxSslSocketSide;

Constants

  • fwxServerSide
    The socket is on the server side.

  • fwxClientSide
    The socket is on the client side.

Requirements

Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Wspfwext.idl.

See Also

Filter Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010