Home > @esengine/ecs-framework-monorepo > ITransportClientInfo
ITransportClientInfo interface
传输层客户端信息
Signature:
typescript
export interface ITransportClientInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | 连接时间 | ||
Record<string, string> | (Optional) 自定义头信息 | ||
string | 客户端ID | ||
string | 远程地址 | ||
string | (Optional) 用户代理 |