Response 类

定义

public ref class Response sealed
public sealed class Response
type Response = class
Public NotInheritable Class Response
继承
Response

属性

AuthenticationChallenges

如果状态代码为 401,则会添加到响应中的身份验证质询。 这必须是服务器上启用的 AuthenticationSchemes 的子集。

Body
CacheTtl

为具有给定超时的响应启用内核缓存。 Http.Sys 确定是否可以缓存响应。

ContentLength
ContentType
HasStarted

指示响应状态、原因和标头是否已准备好发送,并且无法再修改。 这是由第一次写入或刷新响应正文引起的。

HasStartedSending
Headers
ReasonPhrase
ShouldBuffer
StatusCode

方法

OnCompleted(Func<Object,Task>, Object)
OnStarting(Func<Object,Task>, Object)
Reset()
SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken)

适用于