C# 클래스 MassTransit.HttpTransport.Contexts.HttpOwinHostContext.Endpoint

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 프로퍼티들

프로퍼티 타입 설명
Handler HttpConsumerAction
PathMatch string

공개 메소드들

메소드 설명
Endpoint ( string pathMatch, HttpConsumerAction handler ) : System

메소드 상세

Endpoint() 공개 메소드

public Endpoint ( string pathMatch, HttpConsumerAction handler ) : System
pathMatch string
handler HttpConsumerAction
리턴 System

프로퍼티 상세

Handler 공개적으로 프로퍼티

public HttpConsumerAction Handler
리턴 HttpConsumerAction

PathMatch 공개적으로 프로퍼티

public string PathMatch
리턴 string