Microsoft Internet Security and Acceleration Server 2004 SDK

PublishedServerType Property of IFPCWebPublishingProperties[C++]

FPCWebPublishingProperties.PublishedServerType [Visual Basic]

[C++]

The PublishedServerType property gets or sets a value from the FpcPublishedServerType enumerated type that indicates the type of published server to which the rule applies.

HRESULT get_PublishedServerType(
  FpcPublishedServerType* pServerType
);

HRESULT put_PublishedServerType(
  FpcPublishedServerType ServerType
);

Parameters

pServerType
Pointer to a value from the FpcPublishedServerType enumerated type that is set on return to:
  • fpcWebServerThruHTTP, if the published server accepts requests routed using the HTTP protocol.
  • fpcWebServerThruSSL, if the published server accepts requests routed using the HTTP protocol over a secure channel.
  • fpcWebServerThruBothHTTPAndSSL, if the published server accepts HTTP requests routed using the HTTP protocol and HTTP requests sent over a secure channel that are routed using the HTTP protocol over a secure channel.
  • fpcFTPServer, if the published server accepts requests routed using the FTP protocol.
ServerType
Value from the FpcPublishedServerType enumerated type that indicates the type of published server to which the rule applies.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The PublishedServerType property gets or sets a value from the FpcPublishedServerType enumerated type that indicates the type of published server to which the rule applies.

Property PublishedServerType As FpcPublishedServerType

Property Value

Value from the FpcPublishedServerType enumerated type. The possible values are:

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCWebPublishingProperties