Inheritance
System.Object
Binding
Namespace:InfinniPlatform.MessageQueue.Management
Assembly:InfinniPlatform.MessageQueue.RabbitMQ.dll
public class Binding : object
Properties
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> Arguments { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DestinationType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string PropertiesKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoutingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Vhost { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods