Gets or sets the URL to the auto-discoverable trackback ping notification handler.

Namespace:  Argotic.Core.Web
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
public Uri Endpoint { get; set; }
Visual Basic (Declaration)
Public Property Endpoint As Uri
Visual C++
public:
property Uri^ Endpoint {
	Uri^ get ();
	void set (Uri^ value);
}

Field Value

The URL to the auto-discoverable trackback ping notification handler. The default value is a null reference (Nothing in Visual Basic).

Remarks

Use the Endpoint property to specify the URL of the trackback ping notification handler you wish to broadcast as discoverable.

See Also