MessageHeaders.From Vlastnost

Definice

Získá nebo nastaví adresu uzlu, který zprávu odeslal.

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

Hodnota vlastnosti

An EndpointAddress uzlu, který zprávu odeslal.

Poznámky

Tato vlastnost odpovídá elementu <From> popsanému ve specifikaci WS-Addressing.

Platí pro