5 implementations of Session
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
44
public IDuplexSession
Session
{ get; protected set; }
58
IAsyncDuplexSession ISessionChannel<IAsyncDuplexSession>.
Session
=> Session as IAsyncDuplexSession;
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
228
public IOutputSession
Session
=> _innerSessionChannel.Session;
242
public IOutputSession
Session
=> _innerSessionChannel.Session;
291
public IDuplexSession
Session
=> _innerSessionChannel.Session;
5 references to Session
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.1.0.cs (2)
67
channel.
Session
.CloseOutputSession();
125
channel.
Session
.CloseOutputSession();
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ThrowingOnCloseBindingElement.cs (3)
228
public IOutputSession Session => _innerSessionChannel.
Session
;
242
public IOutputSession Session => _innerSessionChannel.
Session
;
291
public IDuplexSession Session => _innerSessionChannel.
Session
;