IDataServiceHost.ResponseLocation Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.