2 implementations of SessionId
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1730string IContextChannel.SessionId
System\ServiceModel\ClientBase.cs (1)
1243string IContextChannel.SessionId
4 references to SessionId
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
371instance.SetProperty(AdministrationStrings.SessionId, ((IContextChannel)serviceChannel).SessionId);
System\ServiceModel\ClientBase.cs (1)
1245get { return ((IContextChannel)this.channel).SessionId; }
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (2)
67if (!string.IsNullOrEmpty(channel.SessionId) && !result.IncomingChannels.Contains(channel)) 116if (!string.IsNullOrEmpty(channel.SessionId))