Class EntitiesSubscribeResponse
Wolf server's response for SubscribeToGroupMessage and SubscribeToGroupTipsMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class EntitiesSubscribeResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceEntitiesSubscribeResponse()
Creates a response instance.
Declaration
protected EntitiesSubscribeResponse()
Properties
| Improve this Doc View SourceResults
Dictionary of IDs of entities that were attempted to subscribe, and the status code whether the subscribing was a success.
Declaration
public IReadOnlyDictionary<uint, HttpStatusCode> Results { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<System.UInt32, System.Net.HttpStatusCode> |