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::OnConfigureBinding Method (HttpBinding^)

 

Called to apply the configuration on the endpoint level.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

protected:
virtual BindingParameterCollection^ OnConfigureBinding(
	HttpBinding^ httpBinding
)

Parameters

httpBinding
Type: System.Web.Http.SelfHost.Channels::HttpBinding^

The HTTP endpoint.

Return Value

Type: System.ServiceModel.Channels::BindingParameterCollection^

The BindingParameterCollection to use when building the IChannelListener or null if no binding parameters are present.

Return to top
Show: