Aracılığıyla paylaş


IDataServiceHost.ResponseLocation Özellik

Tanım

Hizmet konumunu alır veya ayarlar.

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

Özellik Değeri

Hizmet konumunu içeren dize.

Örnekler

Aşağıdaki URI, hizmetin alt dizesindeki http://myhost/myservice.svckonumunu içerir.

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

Açıklamalar

Bu özellik hiçbir zaman null veya string.Emptydöndürmez.

Şunlara uygulanır