1 write to ResponseContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2330
this.
ResponseContext
= responseContext;
11 references to ResponseContext
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\InternalSendMessage.cs (11)
958
Fx.Assert(instance.
ResponseContext
!= null, "only valid for responses");
959
Fx.Assert(instance.
ResponseContext
.WorkflowOperationContext != null, "The WorkflowOperationContext is required on the CorrelationResponseContext");
960
instance.OperationContext = instance.
ResponseContext
.WorkflowOperationContext.OperationContext;
1026
if (instance.
ResponseContext
.Exception != null)
1030
instance.
ResponseContext
.WorkflowOperationContext.SendFault(instance.
ResponseContext
.Exception);
1038
instance.
ResponseContext
.Exception = e;
1045
instance.
ResponseContext
.WorkflowOperationContext.SendReply(instance.RequestOrReply);
1053
instance.
ResponseContext
.Exception = e;
1139
instance.E2EActivityId = instance.
ResponseContext
.WorkflowOperationContext.E2EActivityId;
2594
return this.
ResponseContext
.Exception;