1 write to Identifier
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
94
createSequenceResponse.
Identifier
= reader.ReadContentAsUniqueId();
3 references to Identifier
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
923
UniqueId sequenceId = createResponse.
Identifier
;
934
this.OutputID = createResponse.
Identifier
;
988
else if (info.CreateSequenceResponseInfo != null && info.CreateSequenceResponseInfo.
Identifier
!= this.OutputID)