Exemple #1
0
        public void Dispose()
        {
            var task = _service.CloseAsync(null);

            task.Wait();
        }
Exemple #2
0
 public void Dispose()
 {
     _service.CloseAsync(null).Wait();
     _httpEndpoint.CloseAsync(null).Wait();
 }