CSharpAnalytics.Network.BackgroundHttpRequester.Add C# (CSharp) Method

Add() public method

Add a URI to be requested to the queue.
public Add ( Uri uri ) : void
uri System.Uri URI to be requested.
return void
        public void Add(Uri uri)
        {
            currentRequests.Enqueue(uri);
        }