C# Class Microsoft.Http.HttpContent.StreamContent

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
WriteTo ( Stream other ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ReadAsStream() public méthode

public ReadAsStream ( ) : Stream
Résultat Stream

StreamContent() public méthode

public StreamContent ( Stream s ) : System
s Stream
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteTo() protected méthode

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

WriteTo() public méthode

public WriteTo ( Stream other, long length ) : void
other Stream
length long
Résultat void