8 implementations of Session
Extensibility.MessageInterceptor.IntegrationTests (3)
InterceptingChannelFactory.cs (2)
363public IOutputSession Session 383public IOutputSession Session
InterceptingDuplexChannel.cs (1)
328public IDuplexSession Session
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
44public IDuplexSession Session { get; protected set; } 58IAsyncDuplexSession ISessionChannel<IAsyncDuplexSession>.Session => Session as IAsyncDuplexSession;
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
228public IOutputSession Session => _innerSessionChannel.Session; 242public IOutputSession Session => _innerSessionChannel.Session; 291public IDuplexSession Session => _innerSessionChannel.Session;
8 references to Session
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.1.0.cs (2)
67channel.Session.CloseOutputSession(); 125channel.Session.CloseOutputSession();
Extensibility.MessageInterceptor.IntegrationTests (3)
InterceptingChannelFactory.cs (2)
367return this.innerSessionChannel.Session; 387return this.innerSessionChannel.Session;
InterceptingDuplexChannel.cs (1)
332return this.innerSessionChannel.Session;
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
228public IOutputSession Session => _innerSessionChannel.Session; 242public IOutputSession Session => _innerSessionChannel.Session; 291public IDuplexSession Session => _innerSessionChannel.Session;