ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession Proprietà

Definizione

Consente di ottenere la sessione di output associata al canale, se presente.

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

Valore della proprietà

IOutputSession

Implementazione IOutputSession se esiste una sessione di input. In caso contrario, null.

Implementazioni

Si applica a