C# Class Microsoft.Http.HttpContent.ActionContent

Inheritance: Content
Datei anzeigen Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
ActionContent ( Action writer, long length ) : System
ReadAsStream ( ) : Stream
ToString ( ) : string

Protected Methods

Method Description
WriteTo ( Stream other ) : void

Method Details

ActionContent() public method

public ActionContent ( Action writer, long length ) : System
writer Action
length long
return System

ReadAsStream() public method

public ReadAsStream ( ) : Stream
return Stream

ToString() public method

public ToString ( ) : string
return string

WriteTo() protected method

protected WriteTo ( Stream other ) : void
other Stream
return void