HttpWorkerRequest.EndOfSendNotification 代理人

定義

代表在回應傳送完成時通知呼叫者的方法。

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)

參數

extraData
Object

處理請求所需的額外資料。

備註

主機可利用此通知實作緩衝區回收。

擴充方法

名稱 Description
GetMethodInfo(Delegate)

取得一個代表指定代理所代表方法的物件。

適用於

另請參閱