Пример #1
0
 /// <summary>
 /// Is called when the header is complete, and before content is being transferred.
 /// </summary>
 /// <param name="Response">HTTP Response object.</param>
 /// <param name="ExpectContent">If content is expected.</param>
 public virtual void BeforeContent(HttpResponse Response, bool ExpectContent)
 {
 }