Click or drag to resize

IceNetWebService Class

The base class for ice.NET-enabled Web Services.
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      PDTec.IceNet.Web.ServiceIceNetWebService
        PDTec.IceNet.Web.Service.ServerAuthenticatedServerAuthenticatedWebService
        PDTec.IceNet.Web.Service.TicketBasedTicketBasedWebService

Namespace:  PDTec.IceNet.Web.Service
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public abstract class IceNetWebService : WebService

The IceNetWebService type exposes the following members.

Constructors
  NameDescription
Public methodIceNetWebService
Initializes a new instance of the IceNetWebService 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.
Public propertyIceNetHttpApplicationInstance
Public propertyIceNetUserName
Public propertyRepository
Gets the ice.NET repository.
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)
Public methodCheckAuthorization(IFolder, Int32)
Public methodCheckAuthorization(IObject, Int32)
Public methodCheckAuthorization(IPackage, Int32)
Public methodCheckAuthorization(IParty, Int32)
Public methodCheckAuthorization(AuthorizedItemType, String, Int32)
Public methodCheckQualification(IFolder, String)
Public methodCheckQualification(IObject, String)
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)
Public methodHasAuthorization(IFolder, Int32)
Public methodHasAuthorization(IObject, Int32)
Public methodHasAuthorization(IPackage, Int32)
Public methodHasAuthorization(IParty, Int32)
Public methodHasAuthorization(AuthorizedItemType, String, Int32)
Public methodHasQualification(IFolder, String)
Public methodHasQualification(IObject, String)
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