3 interfaces inheriting from ISession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IInputSession.cs (1)
9public interface IInputSession : ISession
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IOutputSession.cs (1)
9public interface IOutputSession : ISession
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISecuritySession.cs (1)
10public interface ISecuritySession : ISession
1 reference to ISession
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ISessionChannel.cs (1)
9public interface ISessionChannel<TSession> where TSession : ISession