The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpSelfHostConfiguration::HostNameComparisonMode Property
Gets a value that specifies how the host name should be used in URI comparisons when dispatching an incoming message.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
public: property HostNameComparisonMode HostNameComparisonMode { HostNameComparisonMode get(); void set(HostNameComparisonMode value); }
Property Value
Type: System.ServiceModel::HostNameComparisonModeOne of the values of the HostNameComparisonMode enumeration.
Show: