 | Utility Constructor |
Initializes a new instance of the
Utility class
Namespace:
CSharpOsu.Util
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic Utility(
HttpClient _client,
bool _throwIfNull
)
Public Sub New (
_client As HttpClient,
_throwIfNull As Boolean
)
public:
Utility(
HttpClient^ _client,
bool _throwIfNull
)
new :
_client : HttpClient *
_throwIfNull : bool -> Utility
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