HTTPResponseResponseBytes Property |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] ResponseBytes { get; }Public ReadOnly Property ResponseBytes As Byte()
Get
public:
property array<unsigned char>^ ResponseBytes {
array<unsigned char>^ get ();
}member ResponseBytes : byte[] with get
Property Value
Type:
Byte
See Also