C# Class Microsoft.Http.HttpContent.StreamContent

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

Public Methods

Method Description
Close ( ) : void
ReadAsStream ( ) : Stream
StreamContent ( Stream s ) : System
ToString ( ) : string
WriteTo ( Stream other, long length ) : void

Protected Methods

Method Description
WriteTo ( Stream other ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ReadAsStream() public method

public ReadAsStream ( ) : Stream
return Stream

StreamContent() public method

public StreamContent ( Stream s ) : System
s Stream
return System

ToString() public method

public ToString ( ) : string
return string

WriteTo() protected method

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

WriteTo() public method

public WriteTo ( Stream other, long length ) : void
other Stream
length long
return void