Example #1
0
 public void Dispose()
 {
     Client = null;
 }
Example #2
0
 public WebClientAllocator(INetworkResourceWebClient client)
 {
     Client = client;
 }