- Accepted
TcpListener Accepted(AcceptEventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- Bind
TcpListener Bind(string ip, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- Bind
TcpListener Bind(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- Bind
TcpListener Bind(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- BindingAddress
Address BindingAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
- Blocking
void Blocking(bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- Blocking
bool Blocking()
Undocumented in source. Be warned that the author may not have intended to support it.
- Close
void Close()
Undocumented in source. Be warned that the author may not have intended to support it.
- Error
TcpListener Error(EventErrorHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- Listen
TcpListener Listen(int backlog)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnPeerCreating
TcpListener OnPeerCreating(PeerCreateHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- OnRead
void OnRead()
Undocumented in source. Be warned that the author may not have intended to support it.
- OnShutdown
TcpListener OnShutdown(EventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReusePort
TcpListener ReusePort(bool flag)
- Start
void Start()
Undocumented in source. Be warned that the author may not have intended to support it.
- Threads
TcpListener Threads(size_t ioThreads)
Undocumented in source. Be warned that the author may not have intended to support it.