RasEntry.TcpWindowSize Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the TCP window size for all TCP sessions that run over this connection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public int TcpWindowSize { get; set; }
Visual Basic
Public Property TcpWindowSize As Integer
	Get
	Set
Visual C++
public:
property int TcpWindowSize {
	int get ();
	void set (int value);
}
F#
member TcpWindowSize : int with get, set

Property Value

Type: Int32

Remarks

Windows Vista and later: This member is ignored, the TCP window size is determined by the TCP stack.

Windows XP and later: This property is available.

See Also