1 write to session
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
1053this.session = session;
3 references to session
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
1056IAsyncResult result = this.session.requestor.BeginRequest(timeout, onRequestComplete, this); 1066Message response = this.session.requestor.EndRequest(result); 1067this.session.ProcessCreateSequenceResponse(response, this.start);