Click or drag to resize

HttpTransfer Methods

The HttpTransfer type exposes the following members.

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
See Also