HostedServices Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a collection used to add hosted services to this device.

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Shared ReadOnly Property HostedServices As WsServiceEndpoints
public static WsServiceEndpoints HostedServices { get; }
public:
static property WsServiceEndpoints^ HostedServices {
    WsServiceEndpoints^ get ();
}
static member HostedServices : WsServiceEndpoints
static function get HostedServices () : WsServiceEndpoints

Property Value

Type: Ws.Services. . :: . .WsServiceEndpoints
A collection of hosted services.

Remarks

Hosted services implement device-specific services and derive from DpwsHostedService

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace