3 references to NextSequenceId
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelFactory.cs (2)
196
return (TChannel)(object)new ClientReliableDuplexSessionChannel(this, this, binder, this.faultHelper, channelParameters, WsrmUtilities.
NextSequenceId
());
200
return (TChannel)(object)new ReliableRequestSessionChannel(this, this, binder, this.faultHelper, channelParameters, WsrmUtilities.
NextSequenceId
());
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
829
id = WsrmUtilities.
NextSequenceId
();