Click or drag to resize

IPType Enumeration

[Missing <summary> documentation for "T:Godot.IP.Type"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Type
Members
  Member nameValueDescription
None0

Address type: None.

Ipv41

Address type: Internet protocol version 4 (IPv4).

Ipv62

Address type: Internet protocol version 6 (IPv6).

Any3

Address type: Any.

See Also