8 writes to ResponseMessage
System.ServiceModel (8)
System\ServiceModel\Security\WSTrustServiceContract.cs (8)
227
dispatchContext.
ResponseMessage
= sts.Cancel(icp, rst);
230
dispatchContext.
ResponseMessage
= sts.Issue(icp, rst);
233
dispatchContext.
ResponseMessage
= sts.Renew(icp, rst);
236
dispatchContext.
ResponseMessage
= sts.Validate(icp, rst);
1529
_dispatchContext.
ResponseMessage
= _dispatchContext.SecurityTokenService.EndCancel(ar);
1545
_dispatchContext.
ResponseMessage
= _dispatchContext.SecurityTokenService.EndIssue(ar);
1561
_dispatchContext.
ResponseMessage
= _dispatchContext.SecurityTokenService.EndRenew(ar);
1577
_dispatchContext.
ResponseMessage
= _dispatchContext.SecurityTokenService.EndValidate(ar);
2 references to ResponseMessage
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
325
new WSTrustResponseBodyWriter(dispatchContext.
ResponseMessage
, responseSerializer, serializationContext));
1440
new WSTrustResponseBodyWriter(pcar.DispatchContext.
ResponseMessage
,