Adds a fully self contained POST buffer to the request. Works for XML or previously encoded content.
public void AddPostKey( string FullPostBuffer );
Return Value
void
Parameters
FullPostBuffer
Overloads:
public void AddPostKey( string Key, Byte[] Value );
public void AddPostKey( string Key, string Value );
See also:
Class wwHttp© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic