C# Class Skybound.Gecko.GeckoMIMEInputStream

Inheritance: IDisposable
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
Dispose ( ) : void
GeckoMIMEInputStream ( ) : System
SetData ( string data ) : void

Method Details

AddHeader() public méthode

public AddHeader ( string name, string value ) : void
name string
value string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GeckoMIMEInputStream() public méthode

public GeckoMIMEInputStream ( ) : System
Résultat System

SetData() public méthode

public SetData ( string data ) : void
data string
Résultat void