Microsoft Internet Security and Acceleration Server 2004 SDK

FpcPublishProtocolRedirectionType

The FpcPublishProtocolRedirectionType enumerated type contains values that describe the protocol chosen when redirecting a Web request.

typedef enum FpcPublishProtocolRedirectionType
{
  fpcHTTP
fpcHTTP
Redirected Web requests are routed using the HTTP protocol.
 = 0,
  fpcFTP
fpcFTP
This value is reserved for internal use by ISA Server.
 = 1,
  fpcSSL
fpcSSL
Redirected Web requests are routed using the SSL protocol.
 = 2

} FpcPublishProtocolRedirectionType;

Constants

fpcHTTP
Redirected Web requests are routed using the HTTP protocol.
fpcFTP
This value is reserved for internal use by ISA Server.
fpcSSL
Redirected Web requests are routed using the SSL 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