Remoting-core.dll < TESTED · 2024 >

// Create a secure channel TcpChannel secureChannel = new TcpChannel(8080, new BinaryClientFormatterSinkProvider(), new BinaryServerFormatterSinkProvider()); ChannelServices.RegisterChannel(secureChannel, ensureSecurity: true);

Un comentario

  1. remoting-core.dll Diego dice:

    Muy interesante, curiosamente tengo la impresión q últimamente se tiene en mente más el SOLID, mientras q GRASP y GoF a veces hasta se desconocen, así q un post muy relevante

Los comentarios están cerrados.