C# Class OpenRasta.Web.HttpEntity

Inheritance: IHttpEntity
Show file Open project: openrasta/openrasta-core Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HttpEntity ( ) : System
HttpEntity ( HttpHeaderDictionary messageheaders, Stream entityBodyStream ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HttpEntity() public method

public HttpEntity ( ) : System
return System

HttpEntity() public method

public HttpEntity ( HttpHeaderDictionary messageheaders, Stream entityBodyStream ) : System
messageheaders HttpHeaderDictionary
entityBodyStream Stream
return System