예제 #1
0
 public void Configure(ServerConfig config)
 {
     _socket = SocketExtensions.Create(config)
               .Bind(config);
 }