Contains the configuration class for HTTP Services.
Inheritance Hierarchy
System.Object
  System.Web.Http.HttpConfiguration
    System.Web.Http.SelfHost.HttpSelfHostConfiguration
Namespace:  System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public Class HttpSelfHostConfiguration _
    Inherits HttpConfiguration
'Usage
Dim instance As HttpSelfHostConfiguration
public class HttpSelfHostConfiguration : HttpConfiguration
public ref class HttpSelfHostConfiguration : public HttpConfiguration
type HttpSelfHostConfiguration =  
    class
        inherit HttpConfiguration
    end
public class HttpSelfHostConfiguration extends HttpConfiguration
The HttpSelfHostConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpSelfHostConfiguration(String) | Initializes a new instance of the HttpSelfHostConfiguration class. | 
| .jpeg) | HttpSelfHostConfiguration(Uri) | Initializes a new instance of the HttpSelfHostConfiguration class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | BaseAddress | Gets the base HTTP address. | 
| .jpeg) | ClientCredentialType | Gets or sets the client credential type that the server expects. | 
| .jpeg) | DependencyResolver | Gets or sets the dependency resolver associated with thisinstance. (Inherited from HttpConfiguration.) | 
| .jpeg) | Filters | Gets the list of filters that apply to all requests served using this HttpConfiguration instance. (Inherited from HttpConfiguration.) | 
| .jpeg) | Formatters | Gets the media-type formatters for this instance. (Inherited from HttpConfiguration.) | 
| .jpeg) | HostNameComparisonMode | Gets a value that specifies how the host name should be used in URI comparisons when dispatching an incoming message. | 
| .jpeg) | IncludeErrorDetailPolicy | Gets or sets a value indicating whether error details should be included in error messages. (Inherited from HttpConfiguration.) | 
| .jpeg) | Initializer | Gets or sets the action that will perform final initialization of the HttpConfiguration instance before it is used to process requests. (Inherited from HttpConfiguration.) | 
| .jpeg) | MaxBufferSize | Gets or sets the maximum size of the buffer. | 
| .jpeg) | MaxConcurrentRequests | Gets or sets the upper limit of concurrent HttpRequestMessage instances that can be processed at any given time. The default is 100 times the number of CPU cores. | 
| .jpeg) | MaxReceivedMessageSize | Gets or sets the maximum size of the received message. | 
| .jpeg) | MessageHandlers | Gets an ordered list of DelegatingHandler instances to be invoked as an HttpRequestMessage travels up the stack and an HttpResponseMessage travels down in stack in return. (Inherited from HttpConfiguration.) | 
| .jpeg) | ParameterBindingRules | The collection of rules for how parameters should be bound. (Inherited from HttpConfiguration.) | 
| .jpeg) | Properties | Gets the properties associated with this instance. (Inherited from HttpConfiguration.) | 
| .jpeg) | ReceiveTimeout | Gets or sets the receive timeout. | 
| .jpeg) | Routes | Gets the HttpRouteCollection associated with this HttpConfiguration instance. (Inherited from HttpConfiguration.) | 
| .jpeg) | SendTimeout | Gets or sets the send timeout. | 
| .jpeg) | Services | Gets the container of default services associated with this instance. (Inherited from HttpConfiguration.) | 
| .jpeg) | TransferMode | Gets or sets the transfer mode. | 
| .jpeg) | UserNamePasswordValidator | Gets or sets the UserNamePasswordValidator that is used to validate the username and password sent over HTTP or HTTPS. | 
| .jpeg) | VirtualPathRoot | Gets the root virtual path. (Inherited from HttpConfiguration.) | 
| .jpeg) | X509CertificateValidator | Gets or sets the X509CertificateValidatorinstance that will be used to validate the client certificate sent over HTTPS. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from HttpConfiguration.) | 
| .jpeg) | Dispose(Boolean) | Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. (Inherited from HttpConfiguration.) | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | OnConfigureBinding | Called to apply the configuration on the endpoint level. | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | BindParameter | Register that the given parameter type on an Action is to be bound using the model binder. (Defined by HttpConfigurationExtensions.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.