HostWildcard

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWHttpSysOptions > Properties >

HostWildcard

it might be strong or weak. In a simplified way, strong wildcard means everything coming to that port, doesn’t matter the URL of the request. A weak wildcard means all requests to that port not captured by other reservations.

 

SIGNATURE=IWServerControllerBase.TIWHttpSysOptions.HostWildcard

 

ETYPE=Property

 

Declaration:

Delphi:

published property HostWildcard: TIWHttpSysHostWildcard;

C++:

__published: __property TIWHttpSysHostWildcard HostWildcard;

 

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