.net core 下运行 supersocket
2021-03-01 05:27
标签:agg runas soft switch utf8 ext listener pip pipeline 参考资料:https://docs.supersocket.net/v2-0/zh-CN/A-Telnet-Example .net core 下运行 supersocket 标签:agg runas soft switch utf8 ext listener pip pipeline 原文地址:https://www.cnblogs.com/hellowzl/p/14442360.htmlusing System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using SuperSocket;
using SuperSocket.ProtoBase;
namespace myApp
{
class Program
{
static async Task Main(string[] args)
{
var host = SuperSocketHostBuilder
.Create
上一篇:PHP等号的区别
文章标题:.net core 下运行 supersocket
文章链接:http://soscw.com/index.php/essay/58414.html