DpwsHostedService Members

The following tables list the members exposed by the DpwsHostedService type.

Public Constructors

Name Description
Public Method DpwsHostedService Creates an instance of the DpwsHostedService class.

Public Properties

Name Description
Public Property BodyParts A collection that stores MTOM bodyparts.
Public Property EndpointAddress The unique endpoint address used by the HTTP transport to access this hosted service.
Public Property EndpointRefs Gets a collection of endpoint references specific to a device implementation.
Public Property EventSources A collection used to store event source parameters like event source name and namespace.
Public Property MessageType The type of response message a hosted service is sending to a client.
Public Property ServiceID A unique identifier for the hosted services.
Public Property ServiceNamespace The namespace for a DPWS hosted service.
Public Property ServiceOperations A collection that stores Hosted Services operations parameters like Action and namespace.
Public Property ServiceTypeName Gets a string representing the name of a hosted service.
Public Property TypeNamespaces A collection that stores service type namespaces.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetStatus Returns a GetStatus response.
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Renew Returns a Renew response.
Public Method Subscribe Returns a Subscribe response.
Public Method ToString (Inherited from Object.)
Public Method Unsubscribe Returns an Unsubscribe response.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

Name Description
Explicit Interface ImplementationMethod Ws.Services.IWsServiceEndpoint.BlockingCall Determines if the ProcessRequest call blocks.
Explicit Interface ImplementationMethod Ws.Services.IWsServiceEndpoint.ProcessRequest Gets a service operation based on the action property sent in the SOAP header and calls Invoke on the service method.

See Also

Reference

DpwsHostedService Class
Dpws.Device.Services Namespace