Method | Description | |
---|---|---|
GetTransport ( HostContext context ) : ITransport |
Gets the specified transport for the specified HostContext.
|
|
Register ( string transportName, ITransport>.Func |
Adds a new transport to the list of supported transports.
|
|
Remove ( string transportName ) : void |
Removes a transport from the list of supported transports.
|
|
SupportsTransport ( string transportName ) : bool |
Determines whether the specified transport is supported.
|
|
TransportManager ( IDependencyResolver resolver ) : System |
Initializes a new instance of TransportManager class.
|
public GetTransport ( HostContext context ) : ITransport | ||
context | HostContext | |
return | ITransport |
public Register ( string transportName, ITransport>.Func |
||
transportName | string | The specified transport. |
transportFactory | ITransport>.Func | The factory method for the specified transport. |
return | void |
public Remove ( string transportName ) : void | ||
transportName | string | The specified transport. |
return | void |
public SupportsTransport ( string transportName ) : bool | ||
transportName | string | The name of the transport to test. |
return | bool |
public TransportManager ( IDependencyResolver resolver ) : System | ||
resolver | IDependencyResolver | The default |
return | System |