ASP.NET 中 TransmitFile怎么用啊?有哪些参数呢?

解决方案 »

  1.   

    C#:
    public void TransmitFile (string filename)VB.Net:
    Dim instance As HttpResponse
    Dim filename As String
    instance.TransmitFile(filename)
    -------------------------------------------
      

  2.   

    Note: This method is new in the .NET Framework version 2.0. 
    Writes the specified file directly to an HTTP response output stream without buffering it in memory.
      

  3.   

    justcode(小码)还有各位大侠,请详细介绍一下好吗?因为老板说要我做个测试代码,测试在下载文件时,文件占用服务器内存情况我学过.net,但重来没听说过这个东东。请用C#语言说明好吗?谢谢!
      

  4.   

    msdn的动态帮助的url在哪里?我怎么没找到
      

  5.   

    http://msdn2.microsoft.com/zh-cn/library/12s31dhy(VS.80).aspx