3 implementations of SessionId
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1525string IContextChannel.SessionId
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
735string IContextChannel.SessionId
System\ServiceModel\ClientBase.cs (1)
1028string IContextChannel.SessionId
4 references to SessionId
Client.ClientBase.IntegrationTests (2)
SessionTests.cs (2)
68var sessionId1 = ((IClientChannel)channel1).SessionId; 69var sessionId2 = ((IClientChannel)channel2).SessionId;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
737get { return ((IContextChannel)_serviceChannel).SessionId; }
System\ServiceModel\ClientBase.cs (1)
1030get { return ((IContextChannel)_channel).SessionId; }