Searched defs:send (Results 1 – 4 of 4) sorted by relevance
598 send(options: UDPSendOptions, callback: AsyncCallback<void>): void; method621 send(options: UDPSendOptions): Promise<void>; method1058 send(options: LocalSendOptions): Promise<void>; method1210 send(options: LocalSendOptions): Promise<void>; method1667 send(options: TCPSendOptions, callback: AsyncCallback<void>): void; method1690 send(options: TCPSendOptions): Promise<void>; method2665 send(data: string, callback: AsyncCallback<void>): void; method2694 send(data: string): Promise<void>; method3011 send(options: TCPSendOptions, callback: AsyncCallback<void>): void; method3024 send(options: TCPSendOptions): Promise<void>; method[all …]
451 send(data: string | ArrayBuffer, callback: AsyncCallback<boolean>): void; method486 send(data: string | ArrayBuffer): Promise<boolean>; method
57 send(data: { [key: string]: Object }): void; method
86 ssize_t send(int socket, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in send() function