2 overrides of ProcessRequestorResponse
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
892
protected override WsrmFault
ProcessRequestorResponse
(ReliableRequestor requestor, string requestName, WsrmMessageInfo info)
1084
protected override WsrmFault
ProcessRequestorResponse
(ReliableRequestor requestor, string requestName, WsrmMessageInfo info)
2 references to ProcessRequestorResponse
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
567
fault = this.
ProcessRequestorResponse
(this.terminateRequestor, WsrmFeb2005Strings.TerminateSequence, messageInfo);
577
fault = this.
ProcessRequestorResponse
(this.closeRequestor, Wsrm11Strings.CloseSequence, messageInfo);