param


Description:

public CallParam param { get; set; }

Typed request arguments (client → daemon).

Client: assign the registered param type for the target object. Server: populated by Bin.Serializable decode on the wire.