IContextChannel.OutputSession Proprietà

Definizione

Ottiene la sessione di output associata al canale, se presente.

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

Valore della proprietà

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

Si applica a