Adds a fully self contained POST buffer to the request. Works for XML or previously encoded content.
public void AddPostKey(Byte[] fullPostBuffer)
Parameters
fullPostBuffer
Byte array of a full POST buffer
Overloads:
public void AddPostKey(string key, Byte[] value)
public void AddPostKey(string key, string value)
public void AddPostKey(string fullPostBuffer)
See also:
Class HttpClient© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic