Пример #1
0
 public override Func <Task <IConnection> > GetFactory()
 {
     return(TcpConnectionFactory.Connect(Ip, Port));
 }