Bagikan melalui


IOutputChannel.RemoteAddress Properti

Definisi

Mendapatkan tujuan layanan tempat pesan dikirim di saluran output.

public:
 property System::ServiceModel::EndpointAddress ^ RemoteAddress { System::ServiceModel::EndpointAddress ^ get(); };
public System.ServiceModel.EndpointAddress RemoteAddress { get; }
member this.RemoteAddress : System.ServiceModel.EndpointAddress
Public ReadOnly Property RemoteAddress As EndpointAddress

Nilai Properti

Layanan EndpointAddress tempat saluran output mengirim pesan.

Contoh

Kode berikut mengilustrasikan cara mengimplementasikan properti ini:

public EndpointAddress LocalAddress
{
    get
    {
        return this.InnerChannel.LocalAddress;
    }
}

Keterangan

EndpointAddress berfungsi sebagai tujuan akhir dan alamat fisik jika Via tidak ditentukan. Via Jika ditentukan, maka itu adalah alamat fisik aktual tempat pesan dikirim dan di mana pesan harus sampai di tujuannya.

Berlaku untuk