Class NetworkSocket
Network socket.
Inheritance
System.Object
NetworkSocket
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkSocket : ValueType
Fields
IPVersion
Socket address IP version.
Declaration
public NetworkIPVersion IPVersion
Field Value
NetworkIPVersion
|
Protocol
Properties
Default
The default NetworkSocket.
Declaration
public static NetworkSocket Default { get; }
Property Value
NetworkSocket
|