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