Adds POST form variables to the request buffer. PostMode determines how parms are handled.
public void AddPostKey(string key, string value)
Parameters
key
Key value or raw buffer depending on post type
value
Value to store. Used only in key/value pair modes
Overloads:
public void AddPostKey(string key, Byte[] value)
public void AddPostKey(string fullPostBuffer)
public void AddPostKey(Byte[] fullPostBuffer)
See also:
Class HttpClient© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic