Interface ITransportFactory
Namespace: Apache.NMS.ActiveMQ.Transport
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public interface ITransportFactory
Methods
| Improve this Doc View SourceCompositeConnect(Uri)
Declaration
ITransport CompositeConnect(Uri location)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | location |
Returns
Type | Description |
---|---|
ITransport |
CreateTransport(Uri)
Declaration
ITransport CreateTransport(Uri location)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | location |
Returns
Type | Description |
---|---|
ITransport |