C# Class Rest4Net.CommandUtils.BodyProviders.StringProvider

Inheritance: ICommandBodyProvider
Show file Open project: acropolium/Rest4Net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Provide ( Stream outputStream ) : void
StringProvider ( string data ) : System.IO

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Provide() public method

public Provide ( Stream outputStream ) : void
outputStream System.IO.Stream
return void

StringProvider() public method

public StringProvider ( string data ) : System.IO
data string
return System.IO