Click or drag to resize
NetworkHandler Class
Inheritance Hierarchy
SystemObject
  Veeplay.utillitiesNetworkHandler

Namespace: Veeplay.utillities
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class NetworkHandler

The NetworkHandler type exposes the following members.

Constructors
  NameDescription
Public methodNetworkHandler
Initializes a new instance of the NetworkHandler class
Public methodNetworkHandler(String)
Initializes a new instance of the NetworkHandler class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetBitmapImageFromURL
Public methodgetBitmapImageFromURLAsync(String)
Public methodgetBitmapImageFromURLAsync(Uri)
Public methodgetDataAndDecompress(String)
Public methodgetDataAndDecompress(Uri)
Public methodgetDataAndDecompressAsync(String)
Public methodgetDataAndDecompressAsync(Uri)
Public methodgetDataFromURL(String)
Public methodgetDataFromURL(Uri)
Public methodgetDataFromURLAsync(String)
Public methodgetDataFromURLAsync(Uri)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic membergetInterfaceIanaType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberhasInternetAccess
Public methodStatic memberisOnMobile
Public methodStatic memberisOnWifi
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodpostDataToURL
Public methodpostDataToURLAsync
Public methodsetUserAgent
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also