Click or drag to resize

HttpTransfer Class

Base class that defines methods for transferring content over HTTP.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The HttpTransfer type exposes the following members.

Constructors
  NameDescription
Protected methodHttpTransfer
Initializes a new instance of the HttpTransfer class
Top
Properties
  NameDescription
Public propertyStatic memberWildcardCharacters
Gets or sets the wildcard characters used to replace asterisks in ReplaceWildcards.
Top
Methods
  NameDescription
Public methodStatic memberAddQueryToUrl(String, String)
Escapes and adds a query parameter as a key/empty-value pair to a URL.
Public methodStatic memberAddQueryToUrl(String, String, String)
Escapes and adds a query parameter as a key/value pair to a URL.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetRandomWildcardCharacter
Gets a random wildcard character.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberReplaceWildcards
Replaces asterisks in URLs with characters from WildcardCharacters.
Public methodSend
Sends a request synchronously.
Public methodSendAsync
Sends a request asynchronously.
Public methodSendBinary
Sends binary content synchronously using the specified arguments.
Public methodSendBinaryAsync
Sends binary content asynchronously using the specified arguments.
Public methodSendText
Sends text content synchronously using the specified arguments.
Public methodSendTextAsync
Sends text content asynchronously using the specified arguments.
Public methodShutdown
Releases any resources and shuts down.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberOnSendFinish
Raised before an HTTP request is sent.
Public eventStatic memberOnSendStart
Raised before an HTTP request is sent.
Top
See Also