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 b6fd904 commit 0dac56fCopy full SHA for 0dac56f
projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs
@@ -198,6 +198,7 @@ public String Uri
198
199
public delegate TcpClient ObtainSocket(AddressFamily addressFamily);
200
201
+ ///<summary>Set custom socket options by providing a SocketFactory</summary>
202
public ObtainSocket SocketFactory = DefaultSocketFactory;
203
204
///<summary>Construct a fresh instance, with all fields set to
0 commit comments