3 implementations of SessionId
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1519string IContextChannel.SessionId
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
720string IContextChannel.SessionId
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
651string IContextChannel.SessionId
2 references to SessionId
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
722get { return ((IContextChannel)_serviceChannel).SessionId; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
653get { return ((IContextChannel)_channel).SessionId; }