public static jQueryObject ToggleTransfer(this jQueryObject q, TransferOptions options = null, TypeOption<int, string> duration = null, Action callback = null) { return null; }
public static Task ToggleTransferTask(this jQueryObject q, TransferOptions options = null, TypeOption<int, string> duration = null) { return null; }
public TransferObject Transfer(TransferOptions options) { return null; }