Share via


MessageHeaders.ReplyTo Properti

Definisi

Mendapatkan atau mengatur alamat simpul tempat balasan harus dikirim untuk permintaan.

public:
 property System::ServiceModel::EndpointAddress ^ ReplyTo { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress ReplyTo { get; set; }
member this.ReplyTo : System.ServiceModel.EndpointAddress with get, set
Public Property ReplyTo As EndpointAddress

Nilai Properti

EndpointAddress Dari simpul tempat balasan harus dikirim untuk permintaan.

Keterangan

Properti ini sesuai dengan elemen yang <ReplyTo> dijelaskan dalam spesifikasi WS-Addressing.

Berlaku untuk