Пример #1
0
 /// <summary>
 /// Switch debug of responses on or off
 /// </summary>
 /// <param name="on"> true if you wish to have responses to
 /// the log stream, false otherwise
 ///
 /// </param>
 public void DebugResponses(bool on)
 {
     control.DebugResponses(on);
 }