Share via


IDataServiceHost.ResponseLocation Propriété

Définition

Obtient ou définit l'emplacement de service.

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

Valeur de propriété

Chaîne qui contient l'emplacement de service.

Exemples

L’URI suivant contient l’emplacement du service dans la sous-chaîne http://myhost/myservice.svc.

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

Remarques

Cette propriété ne retourne jamais null ou string.Empty.

S’applique à