Click or drag to resize

Utility Constructor

Initializes a new instance of the Utility class

Namespace:  CSharpOsu.Util
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public Utility(
	HttpClient _client,
	bool _throwIfNull
)

Parameters

_client
Type: System.Net.HttpHttpClient

[Missing <param name="_client"/> documentation for "M:CSharpOsu.Util.Utility.#ctor(System.Net.Http.HttpClient,System.Boolean)"]

_throwIfNull
Type: SystemBoolean

[Missing <param name="_throwIfNull"/> documentation for "M:CSharpOsu.Util.Utility.#ctor(System.Net.Http.HttpClient,System.Boolean)"]

See Also