Exemplo n.º 1
0
 // Clone constructor
 private WSEndpoint(WSEndpoint endpoint, string host, ushort port)
     : base(endpoint, host, port)
 {
 }
Exemplo n.º 2
0
 // Clone constructor
 private WSEndpoint(WSEndpoint endpoint, string host, ushort port)
     : base(endpoint, host, port) => _resource = endpoint._resource;