Click or drag to resize

RESTClientPostData Property

Gets or sets the post data.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public string PostData { get; set; }

Property Value

Type: String
The post data.
See Also