Disconnect method

void Disconnect()
Disconnects the request.

Implementation

void Disconnect() {
  throw NotImplementedException("Disconnect");
//            lock (this.lockObject)
//            {
//                this.request.Abort();
//                this.response.Close();
//                this.Disconnect(HangingRequestDisconnectReason.UserInitiated, null);
//            }
}