示例#1
0
 /// <summary>
 /// Causes a communication object to transition from the created state into the opened state.
 /// </summary>
 public void Open() => _innerClient?.Open();