TransportBindingElement| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
Uri
|
Broker
(rw)
|
Specifies the address of the RabbitMQ Server |
| public |
IProtocol
|
BrokerProtocol
(rw)
|
Specifies the version of the AMQP protocol that should be used to communicate with the broker |
| public |
ConnectionParameters
|
ConnectionParameters
(r)
|
(undocumented) |
| public |
string
|
Realm
(rw)
|
(undocumented) |
| public virtual |
string
|
Scheme
(r)
|
Gets the scheme used by the binding, soap.amqp |
| Flags | Name | Summary |
|---|---|---|
| public |
RabbitMQTransportBindingElement()
|
Creates a new instance of the RabbitMQTransportBindingElement Class using the default protocol. |
| Flags | Name | Summary |
|---|---|---|
| public virtual |
IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
|
(undocumented) |
| public virtual |
IChannelListener<TChannel> BuildChannelListener<TChannel>(BindingContext context)
|
(undocumented) |
| public virtual |
bool CanBuildChannelFactory<TChannel>(BindingContext context)
|
(undocumented) |
| public virtual |
bool CanBuildChannelListener<TChannel>(BindingContext context)
|
(undocumented) |
| public virtual |
BindingElement Clone()
|
(undocumented) |
| public virtual |
T GetProperty<T>(BindingContext context)
|
(undocumented) |
public
RabbitMQTransportBindingElement()
public virtual
IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
IChannelFactory<TChannel>
|
||||
| Parameters |
|
public virtual
IChannelListener<TChannel> BuildChannelListener<TChannel>(BindingContext context)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
IChannelListener<TChannel>
|
||||
| Parameters |
|
public virtual
bool CanBuildChannelFactory<TChannel>(BindingContext context)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
bool
|
||||
| Parameters |
|
public virtual
bool CanBuildChannelListener<TChannel>(BindingContext context)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
bool
|
||||
| Parameters |
|
public virtual
T GetProperty<T>(BindingContext context)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
T
|
||||
| Parameters |
|