4 writes to requestor
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
650this.requestor = new RequestReliableRequestor(); 656this.requestor = sendReceiveRequestor; 742this.requestor = null; 834this.requestor = null;
15 references to requestor
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelReliableSession.cs (15)
665this.requestor.MessageVersion = messageVersion; 666this.requestor.Binder = this.binder; 667this.requestor.IsCreateSequence = true; 668this.requestor.TimeoutString1Index = SR.TimeoutOnOpen; 669this.requestor.MessageAction = WsrmIndex.GetCreateSequenceActionHeader(messageVersion.Addressing, 674this.requestor.MessageHeader = new WsrmUsesSequenceSTRHeader(); 676this.requestor.MessageBody = new CreateSequence(this.Settings.MessageVersion.Addressing, 678this.requestor.SetRequestResponsePattern(); 699ReliableRequestor temp = this.requestor; 782ReliableRequestor temp = this.requestor; 785this.requestor.Fault(this.Channel); 832Message response = this.requestor.Request(timeout); 888else if (!object.Equals(createResponse.RelatesTo, this.requestor.MessageId)) 1056IAsyncResult result = this.session.requestor.BeginRequest(timeout, onRequestComplete, this); 1066Message response = this.session.requestor.EndRequest(result);