Share via


NotifyTo Field

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

Represents an endpoint reference that specifies where the service is to send an event.

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

Syntax

'Declaration
Public ReadOnly NotifyTo As WsWsaEndpointRef
public readonly WsWsaEndpointRef NotifyTo
public:
initonly WsWsaEndpointRef^ NotifyTo
val NotifyTo: WsWsaEndpointRef
public final var NotifyTo : WsWsaEndpointRef

Remarks

The address field of the endpoint reference must contain an HTTP URI that defines an IP address and a GUID that specifies a unique endpoint of an event sink that will handle the request. User-defined reference properties and parameters can be added to this endpoint.

.NET Framework Security

See Also

Reference

DpwsSubscribeRequest Class

Dpws.Client.Eventing Namespace