コード例 #1
0
 /// <summary>
 /// Deletes all imposters from mountebank. Will also remove the imposter from the collection
 /// of imposters that the client maintains.
 /// </summary>
 public void DeleteAllImposters()
 {
     _requestProxy.DeleteAllImposters();
     Imposters = new List <Imposter>();
 }