Beispiel #1
0
 /// <summary>
 /// Creates a <see cref="Client"/> based on the passed communicator.
 /// </summary>
 /// <param name="communicator">The shared communicator to use.</param>
 public static Client CreateClient(Communicator communicator)
 {
     return(new Client(communicator));
 }