C# Class Coap.Proxy.ServerListerner

显示文件 Open project: smeshlink/CoAP.Proxy Class Usage Examples

Public Methods

Method Description
AcceptConnection ( ) : void
ServerListerner ( int port ) : System

proxy port

StartServer ( int port, string portName ) : void

open proxy

Method Details

AcceptConnection() public method

public AcceptConnection ( ) : void
return void

ServerListerner() public method

proxy port
public ServerListerner ( int port ) : System
port int proxy port
return System

StartServer() public method

open proxy
public StartServer ( int port, string portName ) : void
port int webSocket port
portName string ipv6 gateway port
return void