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