Click or drag to resize
INTERNAL_WebRequestHelper Class
Gives access to methods to help using WebRequests.
Inheritance Hierarchy
SystemObject
  SystemINTERNAL_WebRequestHelper

Namespace: System
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public class INTERNAL_WebRequestHelper

The INTERNAL_WebRequestHelper type exposes the following members.

Constructors
  NameDescription
Public methodINTERNAL_WebRequestHelper
Initializes a new instance of the INTERNAL_WebRequestHelper class.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeRequest
Makes a synchronous or asynchronous request at the specified uri, using the specified method, with the specified headers and body, and calls the callbackMethod.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDownloadStringCompleted
Occurs when the string download is completed.
Top
See Also