2 overrides of ProcessRequestorResponse
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
704
protected override WsrmFault
ProcessRequestorResponse
(ReliableRequestor requestor, string requestName, WsrmMessageInfo info)
795
protected override WsrmFault
ProcessRequestorResponse
(ReliableRequestor requestor, string requestName, WsrmMessageInfo info)
2 references to ProcessRequestorResponse
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
473
fault =
ProcessRequestorResponse
(_terminateRequestor, WsrmFeb2005Strings.TerminateSequence, messageInfo);
483
fault =
ProcessRequestorResponse
(_closeRequestor, Wsrm11Strings.CloseSequence, messageInfo);