See also
Class wwHttp
West Wind Web Monitor .Net
wwHttp.AddPostKey
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
Last Updated:
12/28/2006
|
Send Topic Feedback