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