Example #1
0
 public static NngResult <ISendReceiveAsyncContext <T> > CreateAsyncContext <T>(this IPairSocket socket, IAPIFactory <T> factory) => factory.CreateSendReceiveAsyncContext(socket, SendReceiveContextSubtype.Pair);
Example #2
0
 public PipePeer(IPairSocket socket)
 {
     m_socket = socket;
 }