Partilhar via


IDataServiceHost.ResponseLocation Propriedade

Definição

Obtém ou define o local do serviço.

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 da propriedade

Cadeia de caracteres que contém o local do serviço.

Exemplos

O URI a seguir contém o local do serviço na subcadeia de caracteres http://myhost/myservice.svc.

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

Comentários

Essa propriedade nunca retorna nulo ou string.Empty.

Aplica-se a