HttpWorkerRequest.HeadersSent 方法
定义
返回一个值,该值指示是否已为当前的请求将 HTTP 响应标头发送到客户端。Returns a value indicating whether HTTP response headers have been sent to the client for the current request.
public:
virtual bool HeadersSent();
public virtual bool HeadersSent ();
abstract member HeadersSent : unit -> bool
override this.HeadersSent : unit -> bool
Public Overridable Function HeadersSent () As Boolean
返回
如果 HTTP 响应标头已发送到客户端,则为 true;否则,为 false。true if HTTP response headers have been sent to the client; otherwise, false.