Message.serialize_without_msginfo

  1. ubyte[] serialize_without_msginfo(string method, Params params)
  2. ubyte[] serialize_without_msginfo(ushort magic, CryptType crypt, string key, Nullable!RSAKeyInfo rsaKey, string method, Params params)
    class Message
    static
    ubyte[]
    serialize_without_msginfo
    (
    Params...
    )
    (
    const ushort magic
    ,,
    const string key
    ,
    Nullable!RSAKeyInfo rsaKey
    ,
    string method
    ,
    Params params
    )

Meta