Method | Description | |
---|---|---|
GetTransport ( |
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.
|
Method | Description | |
---|---|---|
TransportManager ( IDependencyResolver resolver ) : System |
public GetTransport ( |
||
hostContext | The |
|
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 |