Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Overridable Function OnConfigureBinding ( _
httpBinding As HttpBinding _
) As BindingParameterCollection
'Usage
Dim httpBinding As HttpBinding
Dim returnValue As BindingParameterCollection
returnValue = Me.OnConfigureBinding(httpBinding)
protected virtual BindingParameterCollection OnConfigureBinding(
HttpBinding httpBinding
)
protected:
virtual BindingParameterCollection^ OnConfigureBinding(
HttpBinding^ httpBinding
)
abstract OnConfigureBinding :
httpBinding:HttpBinding -> BindingParameterCollection
override OnConfigureBinding :
httpBinding:HttpBinding -> BindingParameterCollection
protected function OnConfigureBinding(
httpBinding : HttpBinding
) : BindingParameterCollection
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.