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