从服务器断开特定IP地址

从服务器断开特定IP地址

本文介绍了通过C#从服务器断开特定IP地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!

我想知道如何断开特定IP地址与谁通过c#(winform或asp.net)连接到我的服务器,并能够允许该IP通过端口站点和端口游戏再次重新连接到我的服务器!
就像您将游戏玩家踢出游戏一样,例如您已与服务器断开连接".

Hello everyone!

I want to know How can I disconnect a specific IP address from who connected to my server by c# (winform or asp.net) and able to allow that IP reconnect to my server again through port site and port game!
It just likes you kick gamer out game like "You''re disconnected from server"

推荐答案


这篇关于通过C#从服务器断开特定IP地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 20:02