C# Class Microsoft.Http.HttpContent.ActionContent

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

Méthodes publiques

Méthode Description
ActionContent ( Action writer, long length ) : System
ReadAsStream ( ) : Stream
ToString ( ) : string

Méthodes protégées

Méthode Description
WriteTo ( Stream other ) : void

Method Details

ActionContent() public méthode

public ActionContent ( Action writer, long length ) : System
writer Action
length long
Résultat System

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