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

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Свойство Type Description
Handler HttpConsumerAction
PathMatch string

Méthodes publiques

Méthode Description
Endpoint ( string pathMatch, HttpConsumerAction handler ) : System

Method Details

Endpoint() public méthode

public Endpoint ( string pathMatch, HttpConsumerAction handler ) : System
pathMatch string
handler HttpConsumerAction
Résultat System

Property Details

Handler public_oe property

public HttpConsumerAction Handler
Résultat HttpConsumerAction

PathMatch public_oe property

public string PathMatch
Résultat string