Whisperstream Research Group - CommLib Documentation

Http.AddPostKey Method (String, String)

Adds a key value pair to be posted to the url

public void AddPostKey(
   string key,
   string data
);

Parameters

key
the key
data
the string data

See Also

Http Class | Whisperstream.CommLib.HttpLib Namespace | Http.AddPostKey Overload List