4 references to ProcessInfo
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
393return this.ProcessInfo(info, context, false); 876this.ProcessInfo(info, null, true);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
501this.ReliableSession.ProcessInfo(info, null, true);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
584this.session.ProcessInfo(info, null, true);