public class RabbitMQTransportElement

Property Summary

Flags Type Name Summary
public AccessRequestConfig AccessRequestConfig (rw)

Used to control suppression of Access.Request calls

public virtual Type BindingElementType (r)

(undocumented)

public Uri Broker (rw)

Specifies the broker that the binding should connect to.

public string Password (rw)

Password to use when authenticating with the broker

public IProtocol Protocol (r)

Gets the protocol version specified by the current configuration

public string ProtocolVersion (rw)

Specifies the protocol version to use when communicating with the broker

public string Realm (rw)

The security realm to use when calling IModel.AccessRequest

public string Username (rw)

The username to use when authenticating with the broker

public string VirtualHost (rw)

The virtual host to access.

Constructor Summary

Flags Name Summary
public RabbitMQTransportElement()

(undocumented)

Method Summary

Flags Name Summary
public virtual void ApplyConfiguration(BindingElement bindingElement)

(undocumented)

public virtual void CopyFrom(ServiceModelExtensionElement from)

(undocumented)

Property Detail

public AccessRequestConfig AccessRequestConfig (rw)

Summary

Used to control suppression of Access.Request calls

public virtual Type BindingElementType (r)

public Uri Broker (rw)

Summary

Specifies the broker that the binding should connect to.

public string Password (rw)

Summary

Password to use when authenticating with the broker

public IProtocol Protocol (r)

Summary

Gets the protocol version specified by the current configuration

public string ProtocolVersion (rw)

Summary

Specifies the protocol version to use when communicating with the broker

public string Realm (rw)

Summary

The security realm to use when calling IModel.AccessRequest

public string Username (rw)

Summary

The username to use when authenticating with the broker

public string VirtualHost (rw)

Summary

The virtual host to access.

Constructor Detail

RabbitMQTransportElement

public RabbitMQTransportElement()

Method Detail

ApplyConfiguration

public virtual void ApplyConfiguration(BindingElement bindingElement)

Flags public virtual
Return type void
Parameters
Name Type
bindingElement BindingElement

CopyFrom

public virtual void CopyFrom(ServiceModelExtensionElement from)

Flags public virtual
Return type void
Parameters
Name Type
from ServiceModelExtensionElement