Click or drag to resize

UDPServerSetMaxPendingConnections Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.UDPServer.SetMaxPendingConnections(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMaxPendingConnections is deprecated. Use the MaxPendingConnections property instead.")]
public void SetMaxPendingConnections(
	int maxPendingConnections
)

Parameters

maxPendingConnections
Type: SystemInt32

[Missing <param name="maxPendingConnections"/> documentation for "M:Godot.UDPServer.SetMaxPendingConnections(System.Int32)"]

See Also