惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
B
Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
P
Proofpoint News Feed
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 叶小钗
S
SegmentFault 最新的问题
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
腾讯CDC
博客园 - Franky
博客园 - 聂微东
V
Visual Studio Blog
GbyAI
GbyAI
Martin Fowler
Martin Fowler
罗磊的独立博客
Y
Y Combinator Blog

博客园 - 如是如是

将博客搬至CSDN 钱钟书夫人杨绛:《一百岁感言》 DOM无关事件 用到了反射,还不错。可以取到动态创建类的值 JounceTabRegion Jounce Blendable RestShart Post 方式传递poco给Web api Using ASP.NET Web API with ASP.NET Web Forms How to Migrate from WCF Web API to ASP.NET Web API ASP.NET Web API MVC-REST-SilverLight 之 架构 MVC-REST-SilverLight 之 RestExample.Model.Silverlight\Customer.cs - 如是如是 MVC-REST-SilverLight 之MainPage.xaml.cs MVC-REST-SilverLight 之 ViewModels\MainViewModel.cs - 如是如是 MVC-REST-SilverLight 之Api\CustomerApi.cs - 如是如是 - 博客园 MVC-REST-SilverLight 之 Global.asax.cs MVC-REST-SilverLight 之 MapServiceRoute MEF Export 和 Import 委托 设计模式-访问者
MVC-REST-SilverLight 之 HttpConfiguration
如是如是 · 2012-02-21 · via 博客园 - 如是如是

[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.