Skip to content

Commit 79ed105

Browse files
Ditto
1 parent 72500f8 commit 79ed105

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQBindingConfigurationElement.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,6 @@ public string Username
178178
set { base["username"] = value; }
179179
}
180180

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-
196181
/// <summary>
197182
/// Specifies the maximum encoded message size
198183
/// </summary>

0 commit comments

Comments
 (0)