Click or drag to resize

ServerAuthenticatedWebService Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      PDTec.IceNet.Web.ServiceIceNetWebService
        PDTec.IceNet.Web.Service.ServerAuthenticatedServerAuthenticatedWebService

Namespace:  PDTec.IceNet.Web.Service.ServerAuthenticated
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
[ObsoleteAttribute]
public class ServerAuthenticatedWebService : IceNetWebService

The ServerAuthenticatedWebService type exposes the following members.

Constructors
  NameDescription
Public methodServerAuthenticatedWebService
Initializes a new instance of the ServerAuthenticatedWebService class
Top
Properties
  NameDescription
Public propertyApplication
Gets the application object for the current HTTP request.
(Inherited from WebService.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyContext
Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests.
(Inherited from WebService.)
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Protected propertyEvents
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
Public propertyIceNetApplication Obsolete. (Inherited from IceNetWebService.)
Public propertyIceNetHttpApplicationInstance (Inherited from IceNetWebService.)
Public propertyIceNetUserName (Inherited from IceNetWebService.)
Public propertyRepository
Gets the ice.NET repository.
(Inherited from IceNetWebService.)
Public propertyServer
Gets the HttpServerUtility for the current request.
(Inherited from WebService.)
Public propertySession
Gets the HttpSessionState instance for the current request.
(Inherited from WebService.)
Public propertySite
Gets or sets the site of the component.
(Inherited from MarshalByValueComponent.)
Public propertySoapVersion
Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service.
(Inherited from WebService.)
Public propertyUser
Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request.
(Inherited from WebService.)
Top
Methods
  NameDescription
Public methodCheckAuthorization(String, Int32) (Inherited from IceNetWebService.)
Protected methodCheckAuthorization(String, String)
Public methodCheckAuthorization(IFolder, Int32) (Inherited from IceNetWebService.)
Public methodCheckAuthorization(IObject, Int32) (Inherited from IceNetWebService.)
Public methodCheckAuthorization(IPackage, Int32) (Inherited from IceNetWebService.)
Public methodCheckAuthorization(IParty, Int32) (Inherited from IceNetWebService.)
Public methodCheckAuthorization(AuthorizedItemType, String, Int32) (Inherited from IceNetWebService.)
Public methodCheckQualification(IFolder, String) (Inherited from IceNetWebService.)
Public methodCheckQualification(IObject, String) (Inherited from IceNetWebService.)
Public methodStatic memberCreateAesTicket
Public methodStatic memberCreateTicket
Public methodStatic memberDecryptTicket
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.
(Inherited from MarshalByValueComponent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from MarshalByValueComponent.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAuthorization(String, Int32) (Inherited from IceNetWebService.)
Public methodHasAuthorization(IFolder, Int32) (Inherited from IceNetWebService.)
Public methodHasAuthorization(IObject, Int32) (Inherited from IceNetWebService.)
Public methodHasAuthorization(IPackage, Int32) (Inherited from IceNetWebService.)
Public methodHasAuthorization(IParty, Int32) (Inherited from IceNetWebService.)
Public methodHasAuthorization(AuthorizedItemType, String, Int32) (Inherited from IceNetWebService.)
Public methodHasQualification(IFolder, String) (Inherited from IceNetWebService.)
Public methodHasQualification(IObject, String) (Inherited from IceNetWebService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Top
Events
  NameDescription
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Top
See Also