PlayOn Plugin API

InternetRequest Members

InternetRequest overview

Public Static Methods

DownloadBinaryOverloaded. Downloads a URL as binary data, with the given caching rule.
DownloadHTMLOverloaded. Downloads HTML (text) from a URL with caching and default text encoding.
GetCookie Gets a cookie for the given url.
PostOverloaded. Posts data to a URL.
SetCookie Sets a cookie for the given url.

Public Instance Constructors

InternetRequest Constructor Initializes a new instance of the InternetRequest class.

Public Instance Properties

HttpAcceptEncoding Gets or sets what encodings to accept.
HttpContentType Sets the content type.
HttpData Gets the stream of the response data.
HttpDataToPost Gets the stream of the data to post.
HttpHeaders Gets the list of http headers to send.
HttpMethod Gets or sets the method of the request (get or post).
HttpResponseHeaders Gets the response headers.
IsHttpsLocation Gets or sets whether the location is secure.
Port Gets or sets the port to contact.
ReadingFromCacheAllowed Gets or sets whether objects may be read from cache.
Redirects Gets the list of redirects.
ServerObject 
ServerUrl Gets or sets the URL of the resource to get or post to.
WritingToCacheAllowed Gets or sets whether objects may be written to cache.

Public Instance Methods

DisposeOverloaded. Dispose of resources.
DownloadURL Downloads data from the bound url.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

DisposeOverloaded. Dispose of the internet request.
Finalize Finalize the internet request.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

InternetRequest Class | MediaMallTechnologies.PlayOn.Utilities Namespace