Initializes a new instance of the TcpConnectedEventArgs class

Namespace:  Bespoke.Common.Net
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public TcpConnectedEventArgs(
	TcpConnection connection
)
Visual Basic (Declaration)
Public Sub New ( _
	connection As TcpConnection _
)
Visual C++
public:
TcpConnectedEventArgs(
	TcpConnection^ connection
)

Parameters

connection
Type: Bespoke.Common.Net..::.TcpConnection

[Missing <param name="connection"/> documentation for "M:Bespoke.Common.Net.TcpConnectedEventArgs.#ctor(Bespoke.Common.Net.TcpConnection)"]

See Also