Property | Type | Description | |
---|---|---|---|
HttpReqResp | System |
Method | Description | |
---|---|---|
SetHeader ( string name, string value ) : void | ||
Write ( byte bytes ) : void | ||
Write ( string str ) : void | ||
WriteLine ( string str ) : void | ||
this ( string name ) : string |
Method | Description | |
---|---|---|
HttpReqResp ( string host, string script, string query ) : System |
public SetHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |