Skip to main content

SubscriptionInfo

Assembly: ServiceStack.dll
View Source
Declaration
public class SubscriptionInfo

Properties

CreatedAt

View Source
Declaration
public DateTime CreatedAt { get; set; }

Channels

View Source
Declaration
public string[] Channels { get; set; }

UserId

View Source
Declaration
public string UserId { get; set; }

UserName

View Source
Declaration
public string UserName { get; set; }

DisplayName

View Source
Declaration
public string DisplayName { get; set; }

SessionId

View Source
Declaration
public string SessionId { get; set; }

SubscriptionId

View Source
Declaration
public string SubscriptionId { get; set; }

UserAddress

View Source
Declaration
public string UserAddress { get; set; }

IsAuthenticated

View Source
Declaration
public bool IsAuthenticated { get; set; }

Meta

View Source
Declaration
public ConcurrentDictionary<string, string> Meta { get; set; }

ConnectArgs

View Source
Declaration
public Dictionary<string, string> ConnectArgs { get; set; }

ServerArgs

View Source
Declaration
public Dictionary<string, string> ServerArgs { get; set; }