C# Класс MassTransit.HttpTransport.HttpBusFactoryConfiguratorExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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