BrowserProperties.TransportWindowSize Property

Solclient

BrowserPropertiesTransportWindowSize Property
version: 7.2.1.27
The TransportWindowSize affects the number of local messages which are pre-fetched by the Browser. The default is 255. The valid range is within [1..255].

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int TransportWindowSize { get; set; }
Public Property TransportWindowSize As Integer
	Get
	Set
public:
property int TransportWindowSize {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also