Ejemplo n.º 1
0
 /// <summary>
 /// Checks that the client is able to communicate with target process over diagnostic transport.
 /// </summary>
 /// <returns>
 /// True if client is able to communicate with target process; otherwise, false.
 /// </returns>
 public bool CheckTransport()
 {
     return(IpcClient.CheckTransport(_processId));
 }