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

HttpClientRequestSettings.AddPostKey

public void AddPostKey(string key, string 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 fullPostBuffer)
public void AddPostKey(byte[] fullPostBuffer)
public void AddPostKey(string key, byte[] value)

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