C# 클래스 Netty.HttpRequest

Provides a concrete implementation of IHttpRequest based on a HttpListenerRequest.
상속: System.MarshalByRefObject, IHttpRequest, IDisposable
파일 보기 프로젝트 열기: Cayan-LLC/netty

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

HttpRequest ( HttpListenerRequest request ) : System

Initializes a new instance of the HttpRequest class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

비공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool /// true to release both managed and unmanaged resources; false to release only unmanaged resources. ///
리턴 void

HttpRequest() 공개 메소드

Initializes a new instance of the HttpRequest class.
public HttpRequest ( HttpListenerRequest request ) : System
request System.Net.HttpListenerRequest The request.
리턴 System