TLSharp/TLSharp.Core
Andres G. Aragoneses bf568d80cc TelegramClient: change Connect() to return void instead of always true
If a method that returns bool is never returning false,
it's essentially not giving any information at all, which
means that it should return void. This will help the
consumers of this API to stop thinking that the result
of this function means if the connection was succesful
(which it is, actually, but it was never returning false
because if there's any problem connecting, the result would
be an exception instead).
2018-03-01 23:41:35 +08:00
..
Auth Fix spelling of Receive 2016-07-20 08:15:28 +01:00
MTProto Update Everything 2016-09-22 17:01:59 +03:30
Network Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
Properties TLSharp and Tests 2015-09-28 10:01:17 +08:00
Requests Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
Utils Generator Must Respect MS .NET API guidelines 2017-11-09 19:37:09 +08:00
packages.config Redesign Everything 2016-09-24 17:08:26 +03:30
Session.cs Make Session constructor public for custom ISessionStore implementations 2017-12-17 21:04:11 +05:00
TelegramClient.cs TelegramClient: change Connect() to return void instead of always true 2018-03-01 23:41:35 +08:00
TLSharp.Core.csproj Added possibility to do ping request (SendPingAsync method) 2016-11-07 02:40:19 +03:00
TLSharp.Core.nuspec another fix 2016-10-29 17:13:28 +03:00