[Missing <summary> documentation for "P:Bespoke.Common.Net.UdpServer.IsRunning"]

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

Syntax

C#
public bool IsRunning { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRunning As Boolean
Visual C++
public:
property bool IsRunning {
	bool get ();
}

See Also