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