| Visibility |
Name |
Parameters |
Return Type |
| public |
CloseConnection |
( )
|
Void
|
| public |
EndOfRequest |
( )
|
Void
|
| public |
FlushResponse |
(
Boolean
finalFlush
)
|
Void
|
| public |
GetAppPath |
( )
|
String
|
| public |
GetAppPathTranslated |
( )
|
String
|
| public |
GetAppPoolID |
( )
|
String
|
| public |
GetBytesRead |
( )
|
Int64
|
| public |
GetClientCertificate |
( )
|
Byte
|
| public |
GetClientCertificateBinaryIssuer |
( )
|
Byte
|
| public |
GetClientCertificateEncoding |
( )
|
Int32
|
| public |
GetClientCertificatePublicKey |
( )
|
Byte
|
| public |
GetClientCertificateValidFrom |
( )
|
DateTime
|
| public |
GetClientCertificateValidUntil |
( )
|
DateTime
|
| public |
GetConnectionID |
( )
|
Int64
|
| public |
GetFilePath |
( )
|
String
|
| public |
GetFilePathTranslated |
( )
|
String
|
| public |
GetHttpVerbName |
( )
|
String
|
| public |
GetHttpVersion |
( )
|
String
|
| public |
GetKnownRequestHeader |
(
Int32
index
)
|
String
|
| public static |
GetKnownRequestHeaderIndex |
(
String
header
)
|
Int32
|
| public static |
GetKnownRequestHeaderName |
(
Int32
index
)
|
String
|
| public static |
GetKnownResponseHeaderIndex |
(
String
header
)
|
Int32
|
| public static |
GetKnownResponseHeaderName |
(
Int32
index
)
|
String
|
| public |
GetLocalAddress |
( )
|
String
|
| public |
GetLocalPort |
( )
|
Int32
|
| public |
GetPathInfo |
( )
|
String
|
| public |
GetPreloadedEntityBody |
( )
|
Byte
|
| public |
GetPreloadedEntityBody |
(
Byte
buffer
,
Int32
offset
)
|
Int32
|
| public |
GetPreloadedEntityBodyLength |
( )
|
Int32
|
| public |
GetProtocol |
( )
|
String
|
| public |
GetQueryString |
( )
|
String
|
| public |
GetQueryStringRawBytes |
( )
|
Byte
|
| public |
GetRawUrl |
( )
|
String
|
| public |
GetRemoteAddress |
( )
|
String
|
| public |
GetRemoteName |
( )
|
String
|
| public |
GetRemotePort |
( )
|
Int32
|
| public |
GetRequestReason |
( )
|
Int32
|
| public |
GetServerName |
( )
|
String
|
| public |
GetServerVariable |
(
String
name
)
|
String
|
| public static |
GetStatusDescription |
(
Int32
code
)
|
String
|
| public |
GetTotalEntityBodyLength |
( )
|
Int32
|
| public |
GetUnknownRequestHeader |
(
String
name
)
|
String
|
| public |
GetUnknownRequestHeaders |
( )
|
String
|
| public |
GetUriPath |
( )
|
String
|
| public |
GetUrlContextID |
( )
|
Int64
|
| public |
GetUserToken |
( )
|
IntPtr
|
| public |
GetVirtualPathToken |
( )
|
IntPtr
|
| public |
HasEntityBody |
( )
|
Boolean
|
| public |
HeadersSent |
( )
|
Boolean
|
| public |
IsClientConnected |
( )
|
Boolean
|
| public |
IsEntireEntityBodyIsPreloaded |
( )
|
Boolean
|
| public |
IsSecure |
( )
|
Boolean
|
| public |
MapPath |
(
String
virtualPath
)
|
String
|
| public |
ReadEntityBody |
(
Byte
buffer
,
Int32
size
)
|
Int32
|
| public |
ReadEntityBody |
(
Byte
buffer
,
Int32
offset
,
Int32
size
)
|
Int32
|
| public |
SendCalculatedContentLength |
(
Int64
contentLength
)
|
Void
|
| public |
SendCalculatedContentLength |
(
Int32
contentLength
)
|
Void
|
| public |
SendKnownResponseHeader |
(
Int32
index
,
String
value
)
|
Void
|
| public |
SendResponseFromFile |
(
String
filename
,
Int64
offset
,
Int64
length
)
|
Void
|
| public |
SendResponseFromFile |
(
IntPtr
handle
,
Int64
offset
,
Int64
length
)
|
Void
|
| public |
SendResponseFromMemory |
(
IntPtr
data
,
Int32
length
)
|
Void
|
| public |
SendResponseFromMemory |
(
Byte
data
,
Int32
length
)
|
Void
|
| public |
SendStatus |
(
Int32
statusCode
,
String
statusDescription
)
|
Void
|
| public |
SendUnknownResponseHeader |
(
String
name
,
String
value
)
|
Void
|
| public |
SetEndOfSendNotification |
(
EndOfSendNotification
callback
,
Object
extraData
)
|
Void
|