C# Class Jellyfish.Commands.EventStreamHandler

Mostra file Open project: Zenasoft/Jellyfish.Commands

Public Methods

Method Description
EventStreamHandler ( RequestDelegate next ) : System
Invoke ( Microsoft.AspNet.Http.HttpContext context ) : Task

Method Details

EventStreamHandler() public method

public EventStreamHandler ( RequestDelegate next ) : System
next RequestDelegate
return System

Invoke() public method

public Invoke ( Microsoft.AspNet.Http.HttpContext context ) : Task
context Microsoft.AspNet.Http.HttpContext
return Task