DefaultHttpContext.UninitializeHttpResponse(HttpResponse) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void UninitializeHttpResponse(Microsoft::AspNetCore::Http::HttpResponse ^ instance);
protected virtual void UninitializeHttpResponse (Microsoft.AspNetCore.Http.HttpResponse instance);
abstract member UninitializeHttpResponse : Microsoft.AspNetCore.Http.HttpResponse -> unit
override this.UninitializeHttpResponse : Microsoft.AspNetCore.Http.HttpResponse -> unit
Protected Overridable Sub UninitializeHttpResponse (instance As HttpResponse)
Parameters
- instance
- HttpResponse