Websocket-Sharp获取客户端IP地址和端口号
程序员文章站
2022-03-20 12:25:09
在OnOpen事件内,通过 ......
//onopen事件
protected override void onopen() { string ipaddress = base.sessions.sessions.first().context.userendpoint.tostring();
string ipaddress2 = base.context.userendpoint.tostring(); websocketmain.account++; base.onopen(); }
在onopen事件内,通过
base.sessions.sessions.first().context.userendpoint.tostring();
string ipaddress2 = base.context.userendpoint.tostring();
函数以上两个函数都可以获取到客户端的ip地址及端口号
上一篇: JVM内存区域(运行时数据区)划分
下一篇: 加点奶