Share via


EndpointAddress Field

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

Represents the endpoint address of a device service that exposes the event source you want to subscribe to.

Namespace:  Dpws.Client.Eventing
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public ReadOnly EndpointAddress As Uri
public readonly Uri EndpointAddress
public:
initonly Uri^ EndpointAddress
val EndpointAddress: Uri
public final var EndpointAddress : Uri

Remarks

The endpoint address must contain an HTTP URI for the service that exposes the event. This address must contain an IP address of the device that contains the service and the service ID or the service that contains the event source (i.e. https://ip_address:port/service_id_guid).

.NET Framework Security

See Also

Reference

DpwsSubscribeRequest Class

Dpws.Client.Eventing Namespace