Skip to main content
Version: 3.1.0

Class Response

Assembly: Netly.dll
View Source
Declaration
public class Response

Fields

RawResponse

View Source
Declaration
public readonly HttpListenerResponse RawResponse

Methods

Send(int, byte[])

View Source
Declaration
public void Send(int statusCode, byte[] buffer)
Parameters
TypeName
System.Int32statusCode
System.Byte[]buffer

Send(int, string)

View Source
Declaration
public void Send(int statusCode, string buffer)
Parameters
TypeName
System.Int32statusCode
System.Stringbuffer