C-DEngine 5.105

TheTimeouts..::..ReceivedChunkTimeout Property

Default timeout for Chunks

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int ReceivedChunkTimeout { get; set; }
Public Property ReceivedChunkTimeout As Integer
	Get
	Set
public:
property int^ ReceivedChunkTimeout {
	int^ get ();
	void set (int^ value);
}