Click or drag to resize

Request Class

Inheritance Hierarchy
SystemObject
  DownloaderRequest

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class Request

The Request type exposes the following members.

Constructors
 NameDescription
Public methodRequest(String)Initializes a new instance of the Request class
Public methodRequest(String, RequestConfiguration)Initializes a new instance of the Request class
Top
Properties
 NameDescription
Public propertyAddress 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFileName 
Public methodGetFileNameFromUrl 
Public methodGetFileSize 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRedirectUrl 
Public methodGetRequest 
Public methodGetTotalSizeFromContentLength 
Public methodGetTotalSizeFromContentRange 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUrlDispositionFilenameAsync 
Public methodIsSupportDownloadInRange 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodThrowIfIsNotSupportDownloadInRange 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodToUnicode 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also