VirtualHostNames

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWHttpSysOptions > Properties >

VirtualHostNames

You can use VirtualHostNames to create URL reservations using a host name instead of wildcards (strong or weak). For instance: http://myvirtualhostname:8888/MyIWApp/. This way, Http.sys will forward all requests with that exact URL to your application. More than one Virtual Host Name can be provided (comma separated). All other requests coming to port 8888 will not be forwarded to your application (they can be forwarded to a different IW application, to IIS or any other application using Http.sys).

 

SIGNATURE=IWServerControllerBase.TIWHttpSysOptions.VirtualHostNames

 

ETYPE=Property

 

Declaration:

Delphi:

published property VirtualHostNames: string;

C++:

__published: __property String VirtualHostNames;

 

Description: This is VirtualHostNames, a member of class TIWHttpSysOptions.