Click or drag to resize

SFSObjectPutByteArray Method

Associates the passed ByteArray object with the specified key in this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void PutByteArray(
	string key,
	ByteArray val
)

Parameters

key
Type: SystemString
The key with which the specified object is to be associated.
val
Type: Sfs2X.UtilByteArray
The object to be associated with the specified key.

Implements

ISFSObjectPutByteArray(String, ByteArray)
Remarks
IMPORTANT: ByteArrays transmission is not supported in Unity WebGL.
See Also