Implemented interface member:
property
Session
System.ServiceModel.Channels.ISessionChannel<TSession>.Session
1 write to Session
System.ServiceModel.Http (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
36Session = new ConnectionDuplexSession(this);
1 reference to Session
System.ServiceModel.Http (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
55IAsyncDuplexSession ISessionChannel<IAsyncDuplexSession>.Session => Session as IAsyncDuplexSession;