Method | Description | |
---|---|---|
Dispose ( ) : void | ||
HttpOwinHostContext ( HttpHostSettings settings, ITaskSupervisor supervisor ) : System | ||
RegisterEndpointHandler ( string pathMatch, HttpConsumerAction handler ) : void | ||
StartHost ( ) : void | ||
StopHttpListener ( ) : void |
Method | Description | |
---|---|---|
HttpOwinHostContext ( HttpHostSettings settings, ITaskParticipant participant ) : System |
public HttpOwinHostContext ( HttpHostSettings settings, ITaskSupervisor supervisor ) : System | ||
settings | HttpHostSettings | |
supervisor | ITaskSupervisor | |
return | System |
public RegisterEndpointHandler ( string pathMatch, HttpConsumerAction handler ) : void | ||
pathMatch | string | |
handler | HttpConsumerAction | |
return | void |