C# Class Nancy.Hosting.Event2.EventHttp.EventHttpRequest

显示文件 Open project: kekekeks/Nancy.Hosting.Event.2 Class Usage Examples

Public Methods

Method Description
EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
Respond ( System code, string>.IDictionary headers, byte body ) : void

Method Details

EventHttpRequest() public method

public EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
listener EventHttpListener
handle System.IntPtr
return System

Respond() public method

public Respond ( System code, string>.IDictionary headers, byte body ) : void
code System
headers string>.IDictionary
body byte
return void