示例#1
0
 public override Func <Task <IConnection> > GetFactory()
 {
     return(TcpConnectionFactory.Listen(Port));
 }