| BytesContentContentType Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Http.BytesContent.ContentType"]
Namespace: Quickblox.Sdk.HttpAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
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
See Also