1 write to OfferIdentifier
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequence.cs (1)
63info.OfferIdentifier = reader.ReadContentAsUniqueId();
9 references to OfferIdentifier
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
1157else if (info.CreateSequenceInfo != null && info.CreateSequenceInfo.OfferIdentifier != this.OutputID)
System\ServiceModel\Channels\ReliableChannelListener.cs (7)
810if ((createSequenceInfo.OfferIdentifier != null) 812&& this.channelsByOutput.TryGetValue(createSequenceInfo.OfferIdentifier, out reliableChannel)) 835this.channelsByOutput.Add(createSequenceInfo.OfferIdentifier, reliableChannel); 1670return new ServerReliableDuplexSessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1722return new ServerReliableDuplexSessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1825return new ReliableReplySessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier); 1891return new ReliableReplySessionChannel(this, binder, this.FaultHelper, id, createSequenceInfo.OfferIdentifier);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3488if (info.CreateSequenceInfo.OfferIdentifier == null)