IDataServiceHost.ResponseLocation Propriedade

Definição

Obtém ou definem 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 de Propriedade

String que contém a localização do serviço.

Exemplos

O URI seguinte contém a localização do serviço na substring http://myhost/myservice.svc.

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

Observações

Esta propriedade nunca devolve null ou string.Empty.

Aplica-se a