ReceiveReply.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a reference to the Send activity paired with this ReceiveReply activity.
public:
property System::ServiceModel::Activities::Send ^ Request { System::ServiceModel::Activities::Send ^ get(); void set(System::ServiceModel::Activities::Send ^ value); };
public System.ServiceModel.Activities.Send Request { get; set; }
member this.Request : System.ServiceModel.Activities.Send with get, set
Public Property Request As Send
Property Value
The send activity.
Remarks
Send and ReceiveReply activities are used together to model a request/response message exchange pattern. This property specifies which Send activity the ReceiveReply activity is paired with.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.