IContextChannel.OutputSession Proprietà

Definizione

Consente di ottenere 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 dell'interfaccia IOutputSession se esiste una sessione di input. In caso contrario, null.

Si applica a