IDataServiceHost.ResponseLocation Propiedad

Definición

Obtiene o establece la ubicación del servicio.

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

Valor de propiedad

Cadena que contiene la ubicación del servicio.

Ejemplos

El siguiente URI contiene la ubicación del servicio en la subcadena http://myhost/myservice.svc.

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

Comentarios

Esta propiedad nunca devuelve null o string.Empty.

Se aplica a