using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; namespace ETSI.ARF.OpenAPI.WorldAnalysis { /// <summary> /// Catch the pre/pos request methods from the autogenerated classes /// </summary> public partial class WorldAnalysisClient : BaseClient { partial void PrepareRequest(ETSI.ARF.OpenAPI.WorldAnalysis.IHttpClient client, System.Net.Http.HttpRequestMessage request, string url) { _prepareRequest(client, request, url); } partial void PrepareRequest(ETSI.ARF.OpenAPI.WorldAnalysis.IHttpClient client, System.Net.Http.HttpRequestMessage request, System.Text.StringBuilder urlBuilder) { // do something... } partial void ProcessResponse(ETSI.ARF.OpenAPI.WorldAnalysis.IHttpClient client, System.Net.Http.HttpResponseMessage response) { _processResponse(client, response); } } }