HttpWorkerRequest.HeaderCacheControl 字段

定义

表示 HTTPCache-ControlHTTP 标头的索引。

public: int HeaderCacheControl = 0;
public const int HeaderCacheControl = 0;
val mutable HeaderCacheControl : int
Public Const HeaderCacheControl As Integer  = 0

字段值

Value = 0
Int32

注解

.NET Framework 为每个标准 HTTP 标头类型分配索引号,以便在 GetKnownRequestHeader 和方法中使用 SendKnownResponseHeader

适用于