We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72500f8 commit 79ed105Copy full SHA for 79ed105
projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQBindingConfigurationElement.cs
@@ -178,21 +178,6 @@ public string Username
178
set { base["username"] = value; }
179
}
180
181
- /// <summary>
182
- /// Specifies the protocol version to use when communicating with the broker
183
- /// </summary>
184
- [ConfigurationProperty("protocolversion", DefaultValue = "DefaultProtocol")]
185
- public string ProtocolVersion
186
- {
187
- get {
188
- return ((string)base["protocolversion"]);
189
- }
190
- set {
191
- base["protocolversion"] = value;
192
- GetProtocol();
193
194
195
-
196
/// <summary>
197
/// Specifies the maximum encoded message size
198
/// </summary>
0 commit comments