Microsoft Internet Security and Acceleration Server 2004 SDK

FpcPublishedServerType

The FpcPublishedServerType enumerated type contains values that specify how requests must be routed to a published Web server.

typedef enum FpcPublishedServerType
{
  fpcWebServerThruHTTP
fpcWebServerThruHTTP
The published Web server accepts requests routed using the HTTP protocol.
 = 0,
  fpcWebServerThruSSL
fpcWebServerThruSSL
The published Web server accepts requests routed using the HTTP protocol over a secure channel (Secure Sockets Layer or SSL).
 = 1,
  fpcWebServerThruBothHTTPAndSSL
fpcWebServerThruBothHTTPAndSSL
The published Web server accepts HTTP requests routed using the HTTP protocol, and accepts HTTPS requests routed using the HTTP protocol over a secure channel.
 = 2,
  fpcFTPServer
fpcFTPServer
The published Web server accepts requests routed using the FTP protocol.
 = 3

} FpcPublishedServerType;

Constants

fpcWebServerThruHTTP
The published Web server accepts requests routed using the HTTP protocol.
fpcWebServerThruSSL
The published Web server accepts requests routed using the HTTP protocol over a secure channel (Secure Sockets Layer or SSL).
fpcWebServerThruBothHTTPAndSSL
The published Web server accepts HTTP requests routed using the HTTP protocol, and accepts HTTPS requests routed using the HTTP protocol over a secure channel.
fpcFTPServer
The published Web server accepts requests routed using the FTP protocol.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types