2 references to NextSequenceId
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (2)
130return (TChannel)(object)new ClientReliableDuplexSessionChannel(this, this, binder, FaultHelper, channelParameters, WsrmUtilities.NextSequenceId()); 134return (TChannel)(object)new ReliableRequestSessionChannel(this, this, binder, FaultHelper, channelParameters, WsrmUtilities.NextSequenceId());