UnityEngine.Diagnostics.PlayerConnection.SendFile C# (CSharp) Method

SendFile() private method

private SendFile ( string remoteFilePath, byte data ) : void
remoteFilePath string
data byte
return void
        public static extern void SendFile(string remoteFilePath, byte[] data);
PlayerConnection