[Missing <summary> documentation for "M:Bespoke.Common.Net.TcpServer.SendToAllClients(System.Byte[],System.Int32)"]

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

Syntax

C#
public void SendToAllClients(
	byte[] data,
	int length
)
Visual Basic (Declaration)
Public Sub SendToAllClients ( _
	data As Byte(), _
	length As Integer _
)
Visual C++
public:
void SendToAllClients(
	array<unsigned char>^ data, 
	int length
)

Parameters

data
Type: array< System..::.Byte >[]()[]

[Missing <param name="data"/> documentation for "M:Bespoke.Common.Net.TcpServer.SendToAllClients(System.Byte[],System.Int32)"]

length
Type: System..::.Int32

[Missing <param name="length"/> documentation for "M:Bespoke.Common.Net.TcpServer.SendToAllClients(System.Byte[],System.Int32)"]

See Also