| HttpTransfer Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink
The HttpTransfer type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | HttpTransfer | Initializes a new instance of the HttpTransfer class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | WildcardCharacters | 
            Gets or sets the wildcard characters used
            to replace asterisks in ReplaceWildcards.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddQueryToUrl(String, String) | 
            Escapes and adds a query parameter as a key/empty-value pair to a URL.
             | 
|   | AddQueryToUrl(String, String, String) | 
            Escapes and adds a query parameter as a key/value pair to a URL.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|   | GetRandomWildcardCharacter | 
            Gets a random wildcard character.
             | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | ReplaceWildcards | 
            Replaces asterisks in URLs with characters from
            WildcardCharacters.
             | 
|  | Send | 
            Sends a request synchronously.
             | 
|  | SendAsync | 
            Sends a request asynchronously.
             | 
|  | SendBinary | 
            Sends binary content synchronously using the specified arguments.
             | 
|  | SendBinaryAsync | 
            Sends binary content asynchronously using the specified arguments.
             | 
|  | SendText | 
            Sends text content synchronously using the specified arguments.
             | 
|  | SendTextAsync | 
            Sends text content asynchronously using the specified arguments.
             | 
|  | Shutdown | 
            Releases any resources and shuts down.
             | 
|  | ToString | (Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|   | OnSendFinish | 
            Raised before an HTTP request is sent.
             | 
|   | OnSendStart | 
            Raised before an HTTP request is sent.
             | 
 Version Information
Version Information See Also
See Also