Share via


DpwsHostedService Members

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

Public Constructors

Name Description
Public Method DpwsHostedService Creates a new instance of the DpwsHostedService class.

Public Properties

Name Description
Public Property BlockingCall Gets or sets a value that indicates whether the hosted service used blocking calls.
Public Property BodyParts Gets or sets a collection that stores MTOM bodyparts.
Public Property EndpointAddress Gets or sets 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 Gets or sets a collection used to store event source parameters such as event source name and namespace.
Public Property MessageType Gets or sets the type of response message a hosted service is sending to a client.
Public Property ServiceID Gets or sets a unique identifier for the hosted services.
Public Property ServiceNamespace Gets or sets the namespace for a DPWS hosted service.
Public Property ServiceOperations Gets a collection that stores parameters such as Action and namespace for Hosted Services operations.
Public Property ServiceTypeName Gets a string representing the name of a hosted service.
Public Property TypeNamespaces Gets 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 ProcessRequest A wrapper method that implements the ProcessRequest interface used to control blocking of request. Standard stack services are static and do not require blocking. Hosted service are blocked.
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.ProcessRequest Gets a service operation based on the action property sent in the SOAP header, and calls Invoke on the service method.
Explicit Interface ImplementationMethod Ws.Services.IWsServiceEndpoint.BlockingCall Gets a value that determines whether the ProcessRequest call blocks.

See Also

Reference

DpwsHostedService Class
Dpws.Device.Services Namespace