Skip to content

Commit 0dac56f

Browse files
author
Emile Joubert
committed
Describe purpose of SocketFactory
1 parent b6fd904 commit 0dac56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public String Uri
198198

199199
public delegate TcpClient ObtainSocket(AddressFamily addressFamily);
200200

201+
///<summary>Set custom socket options by providing a SocketFactory</summary>
201202
public ObtainSocket SocketFactory = DefaultSocketFactory;
202203

203204
///<summary>Construct a fresh instance, with all fields set to

0 commit comments

Comments
 (0)