Skip to content

Home > @esengine/ecs-framework-monorepo > ITransportClientInfo

ITransportClientInfo interface

传输层客户端信息

Signature:

typescript
export interface ITransportClientInfo

Properties

Property

Modifiers

Type

Description

connectTime

number

连接时间

headers?

Record<string, string>

(Optional) 自定义头信息

id

string

客户端ID

remoteAddress

string

远程地址

userAgent?

string

(Optional) 用户代理

基于 MIT 许可证发布