Host Field

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

Holds a hosted service that implements device-specific host functionality.

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

Syntax

'Declaration
Public Shared Host As DpwsHostedService
public static DpwsHostedService Host
public:
static DpwsHostedService^ Host
static val mutable Host: DpwsHostedService
public static var Host : DpwsHostedService

Remarks

Use this static property if the device requires a Host relationship. The hosted service that implements device-specific host functionality should be assigned to the Host property. The Host, or hosted service, will have the same endpoint address as the device.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace