C# Class Microsoft.Http.HttpContent.BytesContent

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

Public Methods

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

Protected Methods

Method Description
WriteTo ( Stream other ) : void

Method Details

BytesContent() public method

public BytesContent ( byte bytes ) : System
bytes byte
return System

ReadAsBytes() public final method

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

ReadAsStream() public final method

public final ReadAsStream ( ) : Stream
return Stream

ToString() public method

public ToString ( ) : string
return string

WriteTo() protected final method

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