Interface IBinding
Represents a read or write binding associated with a session.
public interface IBinding : IDisposable
- Inherited Members
Properties
Session
Gets the session.
ICoreSessionHandle Session { get; }
Property Value
- ICoreSessionHandle
The session.
- See Also