Class HSMessage
public class HSMessage
Namespace: Au.Types
Assembly: Au.dll
Properties
Name | Description |
---|---|
Content | Raw content. For example POST data as UTF-8 text or binary. |
ContentType |
|
Headers | Headers. Case-insensitive. |
Method | Method, like |
Multipart | Parts of multipart content. For example of POST content with |
RawTarget | Target, like |
TargetPath | Target without URL parameters, like |
Text | HSMessage.Content converted to text. |
UrlParameters | URL parameters (query string). Not URL-encoded. |
Urlencoded | Keys/values from POST content with |
Methods
Name | Description |
---|---|
Json(Type) | JSON-deserializes HSMessage.Content to object of specified type. |
Json<T>() | JSON-deserializes HSMessage.Content to object of type T. |