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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.