Gets or sets the Uri of the host that trackback pings are sent to.
Namespace:
Argotic.Core.NetAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | The value is a null reference (Nothing in Visual Basic). |
| System..::.InvalidOperationException | You cannot change the value of this property when a trackback is being sent. |
