public OutgoingSocketMock(TrySendDelegate action)
 {
     m_action = action;
 }
Ejemplo n.º 2
0
 public OutgoingSocketMock(TrySendDelegate action)
 {
     m_action = action;
 }