com.onlineobject.objectnet Namespace

NetworkServerData Constructor

Initializes a new instance of the NetworkServerData class.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public NetworkServerData(

	MonoBehaviour owner,

	ServerAddressEntry info

)

Parameters

owner
Type: MonoBehaviour
The MonoBehaviour that owns this instance.
info
Type: com.onlineobject.objectnet..::..ServerAddressEntry
The server address information.