C# Class HA4IoT.Networking.Http.HttpResponseSerializer

Mostra file Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
SerializeResponse ( HttpContext context ) : byte[]

Private Methods

Method Description
Compress ( byte content ) : byte[]
GeneratePrefix ( HttpResponse response ) : byte[]
GetBody ( HttpContext context ) : byte[]

Method Details

SerializeResponse() public method

public SerializeResponse ( HttpContext context ) : byte[]
context HA4IoT.Contracts.Networking.Http.HttpContext
return byte[]