Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void
 public void Dispose()
 {
     _responseStream.Dispose();
     // Do not dispose the request, that will be disposed by the caller.
 }