Whisperstream Research Group - CommLib Documentation

Http.AddPostKey Method (String, Byte[])

Adds a key value pair to be posted to the url

public void AddPostKey(
   string key,
   byte[] data
);

Parameters

key
the key
data
the bye data

See Also

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