IOutputSession Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface for the session implemented on the sending side of a one-way communication between messaging endpoints.
public interface class IOutputSession : System::ServiceModel::Channels::ISession
public interface IOutputSession : System.ServiceModel.Channels.ISession
type IOutputSession = interface
interface ISession
Public Interface IOutputSession
Implements ISession
- Derived
- Implements
Remarks
On the other side of the message interchange, the IInputSession interface represents an incoming ISession implemented on the receiving side of a one-way communication between messaging endpoints. Note these two sessions are distinct.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.