HttpListenerContext (System.Net.HttpListenerContext)

Inherits: System.Object

Interfaces:

Derived Types: 0

Assembly: System.dll

Provides access to the request and response objects used by the HttpListener class. This class cannot be inherited.

VB.NET C#

C#

public sealed class HttpListenerContext
{
}

Articles

Add a Web Server to your .NET 2.0 app with a few lines of code ...

public class HttpProxyServer : HttpServer { protected override void ProcessRequest(System.Net. HttpListenerContext Context) { HttpListenerRequest Request = Context.Request;

回复: 我们都知道WCF是微软的最新通讯模块,对 ...

... 模块,对WebService支持特别好,但现在我想在客户端运行服务前截取客户端的申请内容,比如连接会话,(类似 “System.Net.HttpListenerContext ...

我们都知道WCF是微软的最新通讯模块,对WebService支持 ...

... 模块,对WebService支持特别好,但现在我想在客户端运行服务前截取客户端的申请内容,比如连接会话,(类似 “System.Net.HttpListenerContext ...

Mono Documentation

The members of System.Net.HttpListenerContext are listed below. See Also: Inherited members from System.Object [ ...

Mono Documentation

Mono Class Library : System.Net Namespace System.Net.HttpListenerContext Class: Note: This namespace, class, or member is supported only in version .NET 2 ...

HttpListenerContext Class (System.Net)

Note: This class is new in the .NET Framework version 2.0. Provides access ... System.Object    System.Net.HttpListenerContext

HttpListenerContext Class (System.Net)

Provides access to the request and response objects used by the ... System.Net . . :: . HttpListenerContext ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support