Table of Contents

Interface IMessageListenerClientSession

Namespace
StockSharp.Server.Core
Assembly
StockSharp.Server.Core.dll

Server session.

public interface IMessageListenerClientSession : IMessageListenerSession, ILogReceiver, ILogSource, IDisposable
Inherited Members
Extension Methods

Properties

RemoteEndPoint

Remote endpoint.

EndPoint RemoteEndPoint { get; }

Property Value

EndPoint

SenderCompId

Sender identifier.

string SenderCompId { get; }

Property Value

string

TransactionIdStorage

ISessionTransactionIdStorage TransactionIdStorage { get; }

Property Value

ISessionTransactionIdStorage