WebRequests

Namespace: uModLibraries

Assembly: uMod.Core.dll

Inheritance ObjectLibrary WebRequests

Implements ILibrary, ISingleton

Summary

The WebRequests library

Methods

Name

Summary

Enqueue (String, String, Action<Int32, String>, Plugin, WebRequestMethod, Dictionary<String, String>, Single, Action<String>)

Enqueue a DELETE, GET, PATCH, POST, HEAD, or PUT web request

Enqueue (String, String, Action<WebResponse>, Plugin, WebRequestMethod, Dictionary<String, String>, Single, Action<String>)

Enqueue a DELETE, GET, PATCH, POST, HEAD, or PUT web request

EnqueueRequest (WebRequest)

GetQueueLength ()

Return the current queue length

Shutdown ()

Shuts down the worker thread

Static Fields

Name

Summary

AllowDecompression

Specifies the HTTP request decompression support