C# Class iQQ.Net.WebQQCore.Im.Http.QQHttpRequest

Afficher le fichier Open project: huoshan12345/iQQ.Net Class Usage Examples

Méthodes publiques

Méthode Description
AddGetValue ( string key, object value ) : void
AddHeader ( string key, string value ) : void
AddPostFile ( string key, string file ) : void
AddPostValue ( string key, object value ) : void
GetPostBytes ( ) : byte[]
GetPostStream ( ) : Stream
GetPostString ( ) : string
QQHttpRequest ( string rawUrl, string method ) : System
SetBody ( Stream inputStream ) : void

Method Details

AddGetValue() public méthode

public AddGetValue ( string key, object value ) : void
key string
value object
Résultat void

AddHeader() public méthode

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

AddPostFile() public méthode

public AddPostFile ( string key, string file ) : void
key string
file string
Résultat void

AddPostValue() public méthode

public AddPostValue ( string key, object value ) : void
key string
value object
Résultat void

GetPostBytes() public méthode

public GetPostBytes ( ) : byte[]
Résultat byte[]

GetPostStream() public méthode

public GetPostStream ( ) : Stream
Résultat Stream

GetPostString() public méthode

public GetPostString ( ) : string
Résultat string

QQHttpRequest() public méthode

public QQHttpRequest ( string rawUrl, string method ) : System
rawUrl string
method string
Résultat System

SetBody() public méthode

public SetBody ( Stream inputStream ) : void
inputStream Stream
Résultat void