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

Definición

Obtiene la sesión de salida asociada al canal, si existe.

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

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

Implementaciones

Se aplica a