Socket
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2924
Accessors
Section titled “Accessors”closed
Section titled “closed”Get Signature
Section titled “Get Signature”get closed():
Promise
<void
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2927
Returns
Section titled “Returns”Promise
<void
>
opened
Section titled “opened”Get Signature
Section titled “Get Signature”get opened():
Promise
<SocketInfo
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2928
Returns
Section titled “Returns”Promise
<SocketInfo
>
readable
Section titled “readable”Get Signature
Section titled “Get Signature”get readable():
ReadableStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2925
Returns
Section titled “Returns”secureTransport
Section titled “secureTransport”Get Signature
Section titled “Get Signature”get secureTransport():
"on"
|"off"
|"starttls"
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2930
Returns
Section titled “Returns”"on"
| "off"
| "starttls"
upgraded
Section titled “upgraded”Get Signature
Section titled “Get Signature”get upgraded():
boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2929
Returns
Section titled “Returns”boolean
writable
Section titled “writable”Get Signature
Section titled “Get Signature”get writable():
WritableStream
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2926
Returns
Section titled “Returns”Methods
Section titled “Methods”close()
Section titled “close()”close():
Promise
<void
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2931
Returns
Section titled “Returns”Promise
<void
>
startTls()
Section titled “startTls()”startTls(
options?
):Socket
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2932
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Socket