[Missing <summary> documentation for "P:Bespoke.Common.Net.TcpServer.ActiveConnections"]

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

Syntax

C#
public ReadOnlyCollection<TcpConnection> ActiveConnections { get; }
Visual Basic (Declaration)
Public ReadOnly Property ActiveConnections As ReadOnlyCollection(Of TcpConnection)
Visual C++
public:
property ReadOnlyCollection<TcpConnection^>^ ActiveConnections {
	ReadOnlyCollection<TcpConnection^>^ get ();
}

See Also