HttpWorkerRequest.EndOfSendNotification 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于在完成发送响应后通知调用方的方法。
public: delegate void HttpWorkerRequest::EndOfSendNotification(HttpWorkerRequest ^ wr, System::Object ^ extraData);
public delegate void HttpWorkerRequest.EndOfSendNotification(HttpWorkerRequest wr, object extraData);
type HttpWorkerRequest.EndOfSendNotification = delegate of HttpWorkerRequest * obj -> unit
Public Delegate Sub HttpWorkerRequest.EndOfSendNotification(wr As HttpWorkerRequest, extraData As Object)
参数
当前的 HttpWorkerRequest。
- extraData
- Object
处理请求所需的任何其他数据。
注解
主机可以使用此通知来实现缓冲区回收。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |