A game framework written with osu! in mind.

Annotate one more missed xmldoc with param type remarks

+2 -1
+2 -1
osu.Framework/IO/Network/WebRequest.cs
··· 626 626 627 627 /// <summary> 628 628 /// Adds a raw POST body to this request. 629 - /// This may not be used in conjunction with <see cref="AddFile"/> and <see cref="AddParameter(string,string,RequestParameterType)"/>. 629 + /// This may not be used in conjunction with <see cref="AddFile"/> 630 + /// and <see cref="AddParameter(string,string,RequestParameterType)"/> with the request type of <see cref="RequestParameterType.Form"/>. 630 631 /// </summary> 631 632 /// <param name="stream">The stream containing the raw data. This stream will _not_ be finalized by this request.</param> 632 633 public void AddRaw(Stream stream)