Photon Fusion 2.1.1

NetSocket Struct Reference

Represents a network socket with a handle and a native socket. More...

Public Attributes

long Handle
 The handle of the socket.
NanoSockets.Socket NativeSocket
 The native socket.

Properties

readonly bool IsCreated [get]
 Gets a value indicating whether the socket is created.

Detailed Description

Represents a network socket with a handle and a native socket.