Photon Fusion 2.0.3

Public Attributes | Properties | List of all members
NetSocket Struct Reference

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

Public Attributes

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

Properties

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

Detailed Description

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

Member Data Documentation

◆ Handle

long Handle

The handle of the socket.

◆ NativeSocket

NanoSockets.Socket NativeSocket

The native socket.

Property Documentation

◆ IsCreated

bool IsCreated
get

Gets a value indicating whether the socket is created.