Westwind Utilities
HttpClient.AddPostKey
Table of Contents
On this page:

HttpClient.AddPostKey

Adds a fully self contained POST buffer to the request. Works for XML or previously encoded content.

public void AddPostKey(string key, byte[] value)

Parameters

key
Key value or raw buffer depending on post type

value
Value to store. Used only in key/value pair modes

Overloads

public void AddPostKey(string key, string value)
public void AddPostKey(string fullPostBuffer)
public void AddPostKey(byte[] fullPostBuffer)

© West Wind Technologies, 2026 • updated: Jan 02, 2026
Comment or report problem with topic