1 2 3 4 5 6 7 8 9 10 11
using ProtoBuf; namespace MediaBrowser.Model.Authentication { [ProtoContract] public class AuthenticationResult { [ProtoMember(1)] public bool Success { get; set; } } }