Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void
コード例 #1
0
 public void Dispose()
 {
     _responseStream.Dispose();
     // Do not dispose the request, that will be disposed by the caller.
 }