8 writes to ResponseMessage
System.ServiceModel (8)
System\ServiceModel\Security\WSTrustServiceContract.cs (8)
227dispatchContext.ResponseMessage = sts.Cancel(icp, rst); 230dispatchContext.ResponseMessage = sts.Issue(icp, rst); 233dispatchContext.ResponseMessage = sts.Renew(icp, rst); 236dispatchContext.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)
325new WSTrustResponseBodyWriter(dispatchContext.ResponseMessage, responseSerializer, serializationContext)); 1440new WSTrustResponseBodyWriter(pcar.DispatchContext.ResponseMessage,