1 interface inheriting from IOutputSession
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1460
public partial interface IDuplexSession : System.ServiceModel.Channels.IInputSession, System.ServiceModel.Channels.
IOutputSession
, System.ServiceModel.Channels.ISession
7 references to IOutputSession
System.ServiceModel (1)
netstandard.cs (1)
66
[assembly: TypeForwardedTo(typeof(
IOutputSession
))]
System.ServiceModel.Primitives (4)
netstandard.cs (4)
522
System.ServiceModel.Channels.
IOutputSession
System.ServiceModel.IContextChannel.OutputSession { get { return default; } }
821
System.ServiceModel.Channels.
IOutputSession
OutputSession { get; }
1509
public partial interface IOutputSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.
IOutputSession
>, System.ServiceModel.ICommunicationObject
1522
public partial interface IRequestSessionChannel : System.ServiceModel.Channels.IChannel, System.ServiceModel.Channels.IRequestChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.
IOutputSession
>, System.ServiceModel.ICommunicationObject
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
228
public
IOutputSession
Session => _innerSessionChannel.Session;
242
public
IOutputSession
Session => _innerSessionChannel.Session;