Information
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.

Namespace:   System.Web.Http.SelfHost
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::HostNameComparisonMode

One of the values of the HostNameComparisonMode enumeration.

Return to top
Show: