Interface IConnection

IConnection interface

IConnectionAdapter allows to manage connection to a server.

public interface IConnection : IDisposable

Properties

NameDescription
ConnectionId { get; }Gets connection Id
IsDisposed { get; }Gets value which is indicates whether connection is disposed

See Also