···626626627627 /// <summary>
628628 /// Adds a raw POST body to this request.
629629- /// This may not be used in conjunction with <see cref="AddFile"/> and <see cref="AddParameter(string,string,RequestParameterType)"/>.
629629+ /// This may not be used in conjunction with <see cref="AddFile"/>
630630+ /// and <see cref="AddParameter(string,string,RequestParameterType)"/> with the request type of <see cref="RequestParameterType.Form"/>.
630631 /// </summary>
631632 /// <param name="stream">The stream containing the raw data. This stream will _not_ be finalized by this request.</param>
632633 public void AddRaw(Stream stream)