ConnectionEventArgs Constructor

Initializes a new instance of the ConnectionEventArgs class using the specified source, handled and endPoint information.

Namespace: Rfc1006LibNet.Advanced.EventArgs
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public ConnectionEventArgs(
	Rfc1006Base source,
	bool handled,
	Rfc1006IPEndPoint endPoint
)


Parameters

source
Type: Rfc1006LibNet.Advanced.Rfc1006Base
A reference to the object that raised the event.
handled
Type: System.Boolean
A value that indicates the present state of the event handling for the specific connection event as it travels the route.
endPoint
Type: Rfc1006LibNet.Advanced.Rfc1006IPEndPoint
The endPoint of the service.

Reference