C# Class Microsoft.Http.HttpContent.EmptyContent

Inheritance: Content
Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode Description
ReadAsBytes ( long length ) : byte[]
ReadAsStream ( ) : Stream
ToString ( ) : string

Méthodes protégées

Méthode Description
WriteTo ( Stream other ) : void

Method Details

ReadAsBytes() public méthode

public ReadAsBytes ( long length ) : byte[]
length long
Résultat byte[]

ReadAsStream() public méthode

public ReadAsStream ( ) : Stream
Résultat Stream

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteTo() protected méthode

protected WriteTo ( Stream other ) : void
other Stream
Résultat void