Example #1
0
 /// <summary>
 ///     Searches for the string.
 /// </summary>
 /// <param name="str">The string.</param>
 /// <returns></returns>
 public int[] SearchString(string str)
 {
     return(this.rawPacket.IndexOf(Utils.GetBytes(str)).ToArray());
 }