Microsoft.Http.HttpStageProcessingAsyncState.SetResponse C# (CSharp) Method

SetResponse() public method

public SetResponse ( HttpResponseMessage response ) : void
response HttpResponseMessage
return void
        public void SetResponse(HttpResponseMessage response)
        {
            Debug.Assert(this.response == null);
            this.response = response;
        }