Sha256: 88fab9dc724926969a004184482fdac91a6a0d047423f69ebf5711416f6e22ab
Contents?: true
Size: 649 Bytes
Versions: 74
Compression:
Stored size: 649 Bytes
Contents
using System; namespace rho.sync { public interface ISyncProtocol { String getContentType(); int getVersion(); String getLoginUrl(); String getLoginBody(String name, String password); String getClientCreateUrl(); String getClientRegisterUrl(); String getClientRegisterBody(String strClientID, String strPin, int nPort, String strType); String getClientResetUrl(String strClientID); String getClientChangesUrl(); String getServerQueryUrl(String strAction); String getServerQueryBody(String strSrcName, String strClientID, int nPageSize); } }
Version data entries
74 entries across 74 versions & 1 rubygems