Skip to content

Commit 7514bfc

Browse files
author
David R. MacIver
committed
remove references to .Parameters. Not yet tested that this actually works on windows
1 parent 4697f4b commit 7514bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public IProtocol BrokerProtocol
200200

201201
public ConnectionFactory ConnectionFactory
202202
{
203-
get { return m_connectionFactory.Parameters; }
203+
get { return m_connectionFactory; }
204204
}
205205

206206
//internal ConnectionFactory ConnectionFactory

0 commit comments

Comments
 (0)