コード例 #1
0
 public void LoginTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     Location location = null; // TODO: Initialize to an appropriate value
     target.Login(location);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
コード例 #2
0
ファイル: Client.cs プロジェクト: StackableRegiments/metl2011
 public Credentials Connect(string username, string password)
 {
     Trace.TraceInformation("Attempting authentication with username:"******"100",101,new List<int>{101,102,103,104,105,106}));
     Trace.TraceInformation("set up jabberwire");
     Commands.AllStaticCommandsAreRegistered();
     Trace.TraceInformation("Connection state: " + isConnected.ToString());
     return credentials;
 }