C# Class TouchRemote.Core.Http.Response.JpegImageResponse

Inheritance: HttpResponse
Mostrar archivo Open project: pieceofsummer/TouchRemote

Public Methods

Method Description
JpegImageResponse ( byte data ) : System

Protected Methods

Method Description
GetData ( ) : byte[]

Private Methods

Method Description
PostInit ( ) : void

Method Details

GetData() protected method

protected GetData ( ) : byte[]
return byte[]

JpegImageResponse() public method

public JpegImageResponse ( byte data ) : System
data byte
return System