Call-Back Header

Call-Back Header

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. The WebDAV Call-Back header is used to specify a User Datagram Protocol (UDP) callback address so that notifications may be actively pushed to the client from the server using the NOTIFY Method.

Syntax

Call-back := "Call-Back:" URI
URI := "httpu://" machine_name ":" port "/" path

A UDP callback URL is of the form: "httpu://machine_name:port/path", where the path may be defined by the client so that multiple clients can subscribe to the same event without conflict. The port number must be specified.

If the Call-Back header is present in the SUBSCRIBE Method and includes a callback address, then the client has chosen the delivery model using the NOTIFY Method.

If the Call-Back header is not present in the SUBSCRIBE Method (or it is empty), then the client has chosen the delivery model using the POLL Method.

Example

The following subscription instructs the server to use the NOTIFY Method to call back the UDP server www.fourthcoffee.com using port 8080.

SUBSCRIBE /public/subtest HTTP/1.1
Host: www.contoso.com
Notification-type: Update
Call-Back: httpu://www.fourthcoffee.com:8080/510

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.