Microsoft.Http.HttpStageProcessingAsyncState.SetResponse C# (CSharp) Метод

SetResponse() публичный Метод

public SetResponse ( HttpResponseMessage response ) : void
response HttpResponseMessage
Результат void
        public void SetResponse(HttpResponseMessage response)
        {
            Debug.Assert(this.response == null);
            this.response = response;
        }