Ejemplo n.º 1
0
 // move to extensions
 public static ISuperSocketHostBuilder UseGZip(this ISuperSocketHostBuilder hostBuilder)
 {
     return(hostBuilder.UseChannelCreatorFactory <GZipTcpChannelCreatorFactory>());
 }