The ZPrev type exposes the following members.

Properties

  NameDescription
Application
Ottiene l'oggetto applicazione per la richiesta HTTP corrente.
(Inherited from WebService.)
Container
Ottiene il contenitore del componente.
(Inherited from MarshalByValueComponent.)
Context
Ottiene il HttpContext ASP.NET per la richiesta corrente, che incapsula tutto il contesto HTTP specifico utilizzato dal server HTTP per elaborare le richieste Web.
(Inherited from WebService.)
DesignMode
Ottiene un valore che indica se il componente è in modalità progettazione.
(Inherited from MarshalByValueComponent.)
Server
Ottiene l'oggetto HttpServerUtility per la richiesta corrente.
(Inherited from WebService.)
Session
Ottiene l'istanza HttpSessionState per la richiesta corrente.
(Inherited from WebService.)
Site
Ottiene o imposta il sito del componente.
(Inherited from MarshalByValueComponent.)
SoapVersion
Ottiene la versione del protocollo SOAP utilizzata per effettuare la richiesta SOAP al servizio Web XML.
(Inherited from WebService.)
User
Ottiene l'oggetto User del server ASP.NET. Può essere utilizzato per verificare se un utente è autorizzato a eseguire la richiesta.
(Inherited from WebService.)

See Also