Пример #1
0
 /// <summary>
 /// Creates a JSON HTTP client.
 /// </summary>
 /// <typeparam name="TResult">The type of response.</typeparam>
 /// <param name="callback">An optional callback raised on data received.</param>
 /// <returns>A new JSON HTTP client.</returns>
 public virtual JsonHttpClient <TResult> CreateHttp <TResult>(Action <ReceivedEventArgs <TResult> > callback = null) => CoreResources.Create(callback);