IDataServiceHost.ResponseLocation Eigenschap

Definitie

Hiermee haalt u de servicelocatie op of stelt u deze in.

public:
 property System::String ^ ResponseLocation { System::String ^ get(); void set(System::String ^ value); };
public string ResponseLocation { get; set; }
member this.ResponseLocation : string with get, set
Public Property ResponseLocation As String

Waarde van eigenschap

Tekenreeks die de servicelocatie bevat.

Voorbeelden

De volgende URI bevat de locatie van de service in de subtekenreeks http://myhost/myservice.svc.

http://myhost/myservice.svc/Customers, the response location would be http://myhost/myservice.svc

Opmerkingen

Deze eigenschap retourneert nooit null of string.Empty.

Van toepassing op