C# Class Hyper.Http.SelfHost.HyperHttpSelfHostConfiguration

HyperHttpSelfHostConfiguration class.
Inheritance: System.Web.Http.SelfHost.HttpSelfHostConfiguration, IAuthenticationConfiguration
显示文件 Open project: tmitchel2/Hyper Class Usage Examples

Public Methods

Method Description
HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors

Initializes a new instance of the HyperHttpSelfHostConfiguration class.

Protected Methods

Method Description
OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection

Called to apply the configuration on the endpoint level.

Method Details

HyperHttpSelfHostConfiguration() public method

Initializes a new instance of the HyperHttpSelfHostConfiguration class.
public HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors
baseAddress string The base address.
requiresSSL bool if set to true [requires SSL].
return System.IdentityModel.Selectors

OnConfigureBinding() protected method

Called to apply the configuration on the endpoint level.
protected OnConfigureBinding ( System.Web.Http.SelfHost.Channels.HttpBinding httpBinding ) : System.ServiceModel.Channels.BindingParameterCollection
httpBinding System.Web.Http.SelfHost.Channels.HttpBinding The HTTP endpoint.
return System.ServiceModel.Channels.BindingParameterCollection