Gets or sets the Uri of the host that trackback pings are sent to.

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

Syntax

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

Field Value

A Uri that represents the trackback service endpoint that the ping will be sent to.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThe value is a null reference (Nothing in Visual Basic).
System..::.InvalidOperationExceptionYou cannot change the value of this property when a trackback is being sent.

See Also