EndpointAddressMessageFilter.IncludeHostNameInComparison Property

Definition

Gets a value that indicates whether the host name is included in the endpoint address comparison.

public bool IncludeHostNameInComparison { get; }

Property Value

true if the host name is included in the endpoint address comparison; otherwise, false.

Remarks

If you have a web service installed on your local machine, there are many equivalent ways to reference it, including the following:

  • http://localhost/foo.svc
  • http://192.168.1.100/foo.svc
  • http://[my-machine-name]/foo.svc
  • http://[my-machine-name].[my-company].com/foo.svc

The default value of this property is false, so the above URIs all resolve to the same endpoint, unless you change this property.

Applies to

Produkt Wersje
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1