 | 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
Syntaxpublic string PostData { get; set; }
Public Property PostData As String
Get
Set
public:
property String^ PostData {
String^ get ();
void set (String^ value);
}
member PostData : string with get, set
Property Value
Type:
String
The post data.
See Also