C# Class Rest4Net.CommandUtils.BodyProviders.StringProvider

Inheritance: ICommandBodyProvider
Afficher le fichier Open project: acropolium/Rest4Net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Provide ( Stream outputStream ) : void
StringProvider ( string data ) : System.IO

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Provide() public méthode

public Provide ( Stream outputStream ) : void
outputStream System.IO.Stream
Résultat void

StringProvider() public méthode

public StringProvider ( string data ) : System.IO
data string
Résultat System.IO