Share via


EndTo 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 the service to send subscription end events to.

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

Syntax

'Declaration
Public EndTo As WsWsaEndpointRef
public WsWsaEndpointRef EndTo
public:
WsWsaEndpointRef^ EndTo
val mutable EndTo: WsWsaEndpointRef
public var EndTo : 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. If this property is null Nothing nullptr unit a null reference (Nothing in Visual Basic) the service will send subscription end notifications to the NotifyTo address.

.NET Framework Security

See Also

Reference

DpwsSubscribeRequest Class

Dpws.Client.Eventing Namespace