Exemple #1
0
 public void Dispose()
 {
     Client.Close();
     Client = null;
 }
Exemple #2
0
 public WCFServiceTestSettings()
 {
     initVars();
     Client = new WebMateWCFRef.WCFServiceWebMateClient();
     Client.Open();
 }