如何让asp.net httpmodule响应男孩到字符串? [英] how to get asp.net httpmodule response boy to string?

查看:59
本文介绍了如何让asp.net httpmodule响应男孩到字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮我回应男孩串?



这是我的简单代码httpmodule

please help me to get respond boy to string?

here is my simple code of httpmodule

public void Init(HttpApplication httpApp)
{
  httpApp.EndRequest += new EventHandler(OnEndRequest);
}
public void OnEndRequest(Object sender, EventArgs e)
{
  HttpApplication httpAppRespond = (HttpApplication)sender; 
     ?
}

推荐答案

如何在.NET中使用HttpWebRequest和HttpWebResponse [ ^ ]应该让你知道如何使用响应数据。
How to use HttpWebRequest and HttpWebResponse in .NET[^] should give you an idea on how to use the response data.


这篇关于如何让asp.net httpmodule响应男孩到字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆