internal void StartOperationSend()
            {
                UpdateDataChunk();

                // Remember the operation type.
                _completedOperation = HttpListenerAsyncOperation.Send;
            }
            internal void StartOperationSend()
            {
                UpdateDataChunk();

                // Remember the operation type.
                _completedOperation = HttpListenerAsyncOperation.Send;
            }
 internal void StartOperationReceive()
 {
     // Remember the operation type.
     _completedOperation = HttpListenerAsyncOperation.Receive;
 }
 internal void StartOperationReceive()
 {
     // Remember the operation type.
     _completedOperation = HttpListenerAsyncOperation.Receive;
 }