C# Class Microsoft.Http.HttpContent.EmptyContent

Inheritance: Content
Mostrar archivo Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
ReadAsBytes ( long length ) : byte[]
ReadAsStream ( ) : Stream
ToString ( ) : string

Protected Methods

Method Description
WriteTo ( Stream other ) : void

Method Details

ReadAsBytes() public method

public ReadAsBytes ( long length ) : byte[]
length long
return byte[]

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