[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The configuration class for Http Services
Inheritance Hierarchy
System..::..Object
Microsoft.ApplicationServer.Http..::..HttpConfiguration
Microsoft.ApplicationServer.Http..::..WebApiConfiguration
Namespace: Microsoft.ApplicationServer.Http
Assembly: Microsoft.ApplicationServer.Http (in Microsoft.ApplicationServer.Http.dll)
Syntax
Visual Basic (Declaration) |
Public Class HttpConfiguration |
Visual Basic (Usage) |
Dim instance As HttpConfiguration |
C# |
public class HttpConfiguration |
Visual C++ |
public ref class HttpConfiguration |
F# |
type HttpConfiguration = class end |
JScript |
public class HttpConfiguration |
The HttpConfiguration type exposes the following members.
Constructors
| Name | Description |
Initializes a new instance of the HttpConfiguration class. |
Properties
| Name | Description |
Gets or sets a value indicating whether to enable help page. | ||
Gets or sets a value indicating whether to enable test client. | ||
Gets the media type formatters. | ||
Gets or sets a value indicating whether to include exception detail. | ||
Gets or sets the size of the max buffer. | ||
Gets or sets the size of the max received message. | ||
Gets or sets the trailing slash mode. | ||
Gets or sets the transfer mode. |
Methods
| Name | Description |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Called to apply the configuration on the endpoint level. | ||
Called to apply the configuration on the host level. | ||
ToString | (Inherited from Object.) |
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.
See Also
Reference
Microsoft.ApplicationServer.Http Namespace
Send feedback on this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.