点击或拖拽改变大小

PipeTcpNet 构造函数

重载列表
  名称说明
公共方法PipeTcpNet
实例化一个默认的对象
公共方法PipeTcpNet(Socket, IPEndPoint)
通过指定的套接字及连接的终结点来实例化一个对象
Instantiate an object by specifying the socket and the endpoint of the connection
公共方法PipeTcpNet(String, Int32)
通过指定的IP地址和端口号来实例化一个对象
Instantiate an object with the specified IP address and port number
Top
参见