1 implementation of SessionId
System.ServiceModel.Primitives (1)
netstandard.cs (1)
524string System.ServiceModel.IContextChannel.SessionId { get { return default; } }
2 references to SessionId
Client.ClientBase.IntegrationTests (2)
SessionTests.cs (2)
68var sessionId1 = ((IClientChannel)channel1).SessionId; 69var sessionId2 = ((IClientChannel)channel2).SessionId;