DpwsHostedService Members
The following tables list the members exposed by the DpwsHostedService type.
Public Constructors
Name | Description | |
---|---|---|
DpwsHostedService | Creates a new instance of the DpwsHostedService class. |
Public Properties
Name | Description | |
---|---|---|
BlockingCall | Gets or sets a value that indicates whether the hosted service used blocking calls. | |
BodyParts | Gets or sets a collection that stores MTOM bodyparts. | |
EndpointAddress | Gets or sets the unique endpoint address used by the HTTP transport to access this hosted service. | |
EndpointRefs | Gets a collection of endpoint references specific to a device implementation. | |
EventSources | Gets or sets a collection used to store event source parameters such as event source name and namespace. | |
MessageType | Gets or sets the type of response message a hosted service is sending to a client. | |
ServiceID | Gets or sets a unique identifier for the hosted services. | |
ServiceNamespace | Gets or sets the namespace for a DPWS hosted service. | |
ServiceOperations | Gets a collection that stores parameters such as Action and namespace for Hosted Services operations. | |
ServiceTypeName | Gets a string representing the name of a hosted service. | |
TypeNamespaces | Gets a collection that stores service type namespaces. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetStatus | Returns a GetStatus response. | |
GetType | (Inherited from Object.) | |
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. | |
ReferenceEquals | (Inherited from Object.) | |
Renew | Returns a Renew response. | |
Subscribe | Returns a Subscribe response. | |
ToString | (Inherited from Object.) | |
Unsubscribe | Returns an Unsubscribe response. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
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. | |
Ws.Services.IWsServiceEndpoint.BlockingCall | Gets a value that determines whether the ProcessRequest call blocks. |