| BytesContentBytes Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Http.BytesContent.Bytes"]
Namespace: Quickblox.Sdk.HttpAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] Bytes { get; set; }Public Property Bytes As Byte()
Get
Set
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member Bytes : byte[] with get, set
Property Value
Type:
Byte
See Also