C# Class Hyper.Http.SelfHost.HyperHttpSelfHostConfiguration

HyperHttpSelfHostConfiguration class.
Inheritance: System.Web.Http.SelfHost.HttpSelfHostConfiguration, IAuthenticationConfiguration
Afficher le fichier Open project: tmitchel2/Hyper Class Usage Examples

Méthodes publiques

Méthode Description
HyperHttpSelfHostConfiguration ( string baseAddress, bool requiresSSL ) : System.IdentityModel.Selectors

Initializes a new instance of the HyperHttpSelfHostConfiguration class.

Méthodes protégées

Méthode 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 méthode

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].
Résultat System.IdentityModel.Selectors

OnConfigureBinding() protected méthode

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.
Résultat System.ServiceModel.Channels.BindingParameterCollection