Searched refs:sendLength (Results 1 – 2 of 2) sorted by relevance
221 …protected override Response Qisend(int connectionId, int? sendLength = null, string data = null, i… in Qisend() argument229 return base.Qisend(connectionId, sendLength, data); in Qisend()
727 …protected virtual Response Qisend(int connectionId, int? sendLength = null, string data = null, in… in Qisend() argument735 if(sendLength == 0) in Qisend()755 if(sendLength == null || bytes.Length != sendLength) in Qisend()784 EnterDataMode(sendLength, bytes => in Qisend()