Compartir a través de


ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession Propiedad

Definición

Obtiene la sesión de salida asociada con el canal, si la hubiera.

property System::ServiceModel::Channels::IOutputSession ^ System::ServiceModel::IContextChannel::OutputSession { System::ServiceModel::Channels::IOutputSession ^ get(); };
System.ServiceModel.Channels.IOutputSession System.ServiceModel.IContextChannel.OutputSession { get; }
member this.System.ServiceModel.IContextChannel.OutputSession : System.ServiceModel.Channels.IOutputSession
 ReadOnly Property OutputSession As IOutputSession Implements IContextChannel.OutputSession

Valor de propiedad

IOutputSession

Implementación de IOutputSession si existe una sesión de entrada; de lo contrario, null.

Implementaciones

Se aplica a