 | RESTClientAsyncContentType Property |
Gets or sets the type of the content.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
Property Value
Type:
String
The type of the content.
See Also