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
fwxServerSide

The socket is on the server side.

   = 1,
  fwxClientSide
fwxClientSide

The socket is on the client side.

   = 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.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

See Also

Filter Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.