SendResponseFromFile Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web Namespace
HttpWorkerRequest Class
HttpWorkerRequest Methods
SendResponseFromFile Method ...
SendResponseFromFile Method (I ...
SendResponseFromFile Method (S ...
HttpWorkerRequest Methods
CloseConnection Method
EndOfRequest Method
FlushResponse Method
GetAppPath Method
GetAppPathTranslated Method
GetAppPoolID Method
GetBytesRead Method
GetClientCertificate Method
GetClientCertificateBinaryIssu ...
GetClientCertificateEncoding M ...
GetClientCertificatePublicKey ...
GetClientCertificateValidFrom ...
GetClientCertificateValidUntil ...
GetConnectionID Method
GetFilePath Method
GetFilePathTranslated Method
GetHttpVerbName Method
GetHttpVersion Method
GetKnownRequestHeader Method
GetKnownRequestHeaderIndex Met ...
GetKnownRequestHeaderName Meth ...
GetKnownResponseHeaderIndex Me ...
GetKnownResponseHeaderName Met ...
GetLocalAddress Method
GetLocalPort Method
GetPathInfo Method
GetPreloadedEntityBody Method
GetPreloadedEntityBodyLength M ...
GetProtocol Method
GetQueryString Method
GetQueryStringRawBytes Method
GetRawUrl Method
GetRemoteAddress Method
GetRemoteName Method
GetRemotePort Method
GetRequestReason Method
GetServerName Method
GetServerVariable Method
GetStatusDescription Method
GetTotalEntityBodyLength Metho ...
GetUnknownRequestHeader Method
GetUnknownRequestHeaders Metho ...
GetUriPath Method
GetUrlContextID Method
GetUserToken Method
GetVirtualPathToken Method
HasEntityBody Method
HeadersSent Method
IsClientConnected Method
IsEntireEntityBodyIsPreloaded ...
IsSecure Method
MapPath Method
ReadEntityBody Method
SendCalculatedContentLength Me ...
SendKnownResponseHeader Method
SendResponseFromFile Method
SendResponseFromMemory Method
SendStatus Method
SendUnknownResponseHeader Meth ...
SetEndOfSendNotification Metho ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
HttpWorkerRequest
.
.
::
.
SendResponseFromFile Method
Adds the contents of a file to the response.
Overload List
Name
Description
SendResponseFromFile(IntPtr, Int64, Int64)
Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send.
SendResponseFromFile(String, Int64, Int64)
Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send.
Top
See Also
Reference
HttpWorkerRequest Class
HttpWorkerRequest Members
System.Web Namespace
Tags :