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

Mostrar archivo Open project: huoshan12345/iQQ.Net Class Usage Examples

Public Methods

Method 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 method

public AddGetValue ( string key, object value ) : void
key string
value object
return void

AddHeader() public method

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

AddPostFile() public method

public AddPostFile ( string key, string file ) : void
key string
file string
return void

AddPostValue() public method

public AddPostValue ( string key, object value ) : void
key string
value object
return void

GetPostBytes() public method

public GetPostBytes ( ) : byte[]
return byte[]

GetPostStream() public method

public GetPostStream ( ) : Stream
return Stream

GetPostString() public method

public GetPostString ( ) : string
return string

QQHttpRequest() public method

public QQHttpRequest ( string rawUrl, string method ) : System
rawUrl string
method string
return System

SetBody() public method

public SetBody ( Stream inputStream ) : void
inputStream Stream
return void