ConnectionEventArgs Class

System.Object
System.EventArgs
Rfc1006LibNet.Advanced.EventArgs.ConnectionEventArgs

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

C#

public class ConnectionEventArgs : EventArgs


The ConnectionEventArgs type exposes the following members.

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

Top

—– Name Description
EndPoint Gets or sets a network endpoint as an IP address, port number, destination TSAP and a source TSAP.
Handled Gets or sets a value indicating whether the present state of the event handling for the specific connection event as it travels the route.
OrginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Source Gets or sets a reference to the object that raised the event.

Top

Reference