Initializes a new instance of the TcpDataSentEventArgs class

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

Syntax

C#
public TcpDataSentEventArgs(
	TcpConnection connection,
	Object data
)
Visual Basic (Declaration)
Public Sub New ( _
	connection As TcpConnection, _
	data As Object _
)
Visual C++
public:
TcpDataSentEventArgs(
	TcpConnection^ connection, 
	Object^ data
)

Parameters

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

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

data
Type: System..::.Object

[Missing <param name="data"/> documentation for "M:Bespoke.Common.Net.TcpDataSentEventArgs.#ctor(Bespoke.Common.Net.TcpConnection,System.Object)"]

See Also