Classe HttpHandler
Gerarchia di ereditarietà
Object
Microsoft.Reporting.WebForms.HttpHandler
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public Class HttpHandler _
Implements IHttpHandler, IRequiresSessionState
public class HttpHandler : IHttpHandler,
IRequiresSessionState
public ref class HttpHandler : IHttpHandler,
IRequiresSessionState
type HttpHandler =
class
interface IHttpHandler
interface IRequiresSessionState
end
public class HttpHandler implements IHttpHandler, IRequiresSessionState
Il tipo HttpHandler espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
HttpHandler |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
IsReusable |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) |
![]() |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) |
![]() |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) |
![]() |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
![]() |
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
![]() |
ProcessRequest | |
![]() |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.