Skip to content

357f48cd b74c 9dbc c1b7 5feb71847bea

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

TCPListenerHandler.ReceivedConnection Event

Event to be called when entering a new TCP connection.

Namespace: NETLIB.TCP.Server
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public event ReceivedConnectionEventHandler ReceivedConnection

VB

Public Event ReceivedConnection As ReceivedConnectionEventHandler

C++

public:
 event ReceivedConnectionEventHandler^ ReceivedConnection {
	void add (ReceivedConnectionEventHandler^ value);
	void remove (ReceivedConnectionEventHandler^ value);
}

F#

member ReceivedConnection : IEvent<ReceivedConnectionEventHandler,
    EventArgs>

Value

Type: NETLIB.TCP.Server.ReceivedConnectionEventHandler

See Also

Reference

TCPListenerHandler Class
NETLIB.TCP.Server Namespace

Clone this wiki locally