

























[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 | |
| HttpConfiguration | Initializes a new instance of the HttpConfiguration class. |
Top
Properties
Top
Methods
Name | Description | |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| MemberwiseClone | (Inherited from Object.) |
| OnConfigureEndpoint | Called to apply the configuration on the endpoint level. |
| OnConfigureServiceHost | Called to apply the configuration on the host level. |
| ToString | (Inherited from Object.) |
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.
See Also
Reference
Microsoft.ApplicationServer.Http Namespace
Send feedback on this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。