1 write to Identifier
System.ServiceModel (1)
System\ServiceModel\Channels\CloseSequenceResponse.cs (1)
33closeSequenceResponseInfo.Identifier = reader.ReadContentAsUniqueId();
8 references to Identifier
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelReliableSession.cs (7)
577if (info.CloseSequenceResponseInfo.Identifier == this.OutputID) 579else if (info.CloseSequenceResponseInfo.Identifier == this.InputID) 582return new UnknownSequenceFault(info.CloseSequenceResponseInfo.Identifier); 1035if (info.CloseSequenceResponseInfo.Identifier == this.OutputID) 1038return new UnknownSequenceFault(info.CloseSequenceResponseInfo.Identifier); 1199if (info.CloseSequenceResponseInfo.Identifier == this.InputID) 1202return new UnknownSequenceFault(info.CloseSequenceResponseInfo.Identifier);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3387return info.CloseSequenceResponseInfo.Identifier;