C# 클래스 MassTransit.HttpTransport.HttpBusFactoryConfiguratorExtensions

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

공개 메소드들

메소드 설명
Host ( this cfg, Uri hostAddress, Action configure = null ) : IHttpHost
Host ( this cfg, string scheme, string host, int port, Action configure = null ) : IHttpHost

메소드 상세

Host() 공개 정적인 메소드

public static Host ( this cfg, Uri hostAddress, Action configure = null ) : IHttpHost
cfg this
hostAddress System.Uri
configure Action
리턴 IHttpHost

Host() 공개 정적인 메소드

public static Host ( this cfg, string scheme, string host, int port, Action configure = null ) : IHttpHost
cfg this
scheme string
host string
port int
configure Action
리턴 IHttpHost