C# Class MassTransit.HttpTransport.Contexts.HttpOwinHostContext.Endpoint

Datei anzeigen Open project: MassTransit/MassTransit

Public Properties

Property Type Description
Handler HttpConsumerAction
PathMatch string

Public Methods

Method Description
Endpoint ( string pathMatch, HttpConsumerAction handler ) : System

Method Details

Endpoint() public method

public Endpoint ( string pathMatch, HttpConsumerAction handler ) : System
pathMatch string
handler HttpConsumerAction
return System

Property Details

Handler public_oe property

public HttpConsumerAction Handler
return HttpConsumerAction

PathMatch public_oe property

public string PathMatch
return string