Microsoft Internet Security and Acceleration Server 2000

FPCServer.HttpViaHeaderAlias Property

Gets or sets the HttpViaHeaderAlias setting of the server, which the Web proxy adds to each HTTP response from this server.

VBScript Syntax[VBScript]

FPCServer.HttpViaHeaderAlias [ = sViaHeaderAlias ]

C++ Syntax[C++]

HRESULT get_HttpViaHeaderAlias(
  BSTR *psViaHeaderAlias
);
 
HRESULT put_HttpViaHeaderAlias(
  BSTR sViaHeaderAlias
);

Parameters

sViaHeaderAlias
String that specifies the via-header property of the server.

The property is read-write.

Applies To

FPCServer