DefaultConfigurationManager::DefaultMessageBufferSize Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Configuration
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual property int DefaultMessageBufferSize {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: System::Int32

Implements

IConfigurationManager::DefaultMessageBufferSize
Show: