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