1 write to CloseSequenceInfo
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
178messageInfo.CloseSequenceInfo = CloseSequenceInfo.ReadMessage(messageVersion, message,
14 references to CloseSequenceInfo
System.ServiceModel.Primitives (14)
System\ServiceModel\Channels\ChannelReliableSession.cs (7)
466else if (info.CloseSequenceInfo != null) 470if (info.CloseSequenceInfo.Identifier == InputID) 472else if (info.CloseSequenceInfo.Identifier == OutputID) 476return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier); 893else if (info.CloseSequenceInfo != null) 897if (info.CloseSequenceInfo.Identifier == OutputID) 900return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (3)
401|| (info.CloseSequenceInfo != null)) 406: (WsrmRequestInfo)info.CloseSequenceInfo; 407long last = isTerminate ? info.TerminateSequenceInfo.LastMsgNumber : info.CloseSequenceInfo.LastMsgNumber;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
1958if (info.CloseSequenceInfo != null) 1960return info.CloseSequenceInfo.Identifier; 1985if (info.CloseSequenceInfo != null) 1987return info.CloseSequenceInfo.Identifier;