示例#1
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.OpenClient("127.0.0.1", port, "strangeusername", "invalidPassword"
                           );
 }
示例#2
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.OpenClient("127.0.0.1", port, string.Empty, string.Empty);
 }
示例#3
0
 /// <exception cref="System.Exception"></exception>
 public void Run()
 {
     _enclosing.OpenClient("127.0.0.1", port, null, null);
 }