C# Class Skybound.Gecko.GeckoMIMEInputStream

Inheritance: IDisposable
Show file Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
AddHeader ( string name, string value ) : void
Dispose ( ) : void
GeckoMIMEInputStream ( ) : System
SetData ( string data ) : void

Method Details

AddHeader() public method

public AddHeader ( string name, string value ) : void
name string
value string
return void

Dispose() public method

public Dispose ( ) : void
return void

GeckoMIMEInputStream() public method

public GeckoMIMEInputStream ( ) : System
return System

SetData() public method

public SetData ( string data ) : void
data string
return void