AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Configuration for accessing Amazon SendMessage service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SQS.Model.SendMessageResult
      Amazon.SQS.Model.SendMessageResponse

Namespace: Amazon.SQS.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public class SendMessageResponse : SendMessageResult

The SendMessageResponse type exposes the following members

Constructors

  Name Description
Public Method SendMessageResponse()

Properties

  Name Description
Public Property ContentLength Returns the content length of the HTTP response.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property MD5OfMessageAttributes Gets and sets the property MD5OfMessageAttributes.

An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

Public Property MD5OfMessageBody Gets and sets the property MD5OfMessageBody.

An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.

Public Property MessageId Gets and sets the property MessageId.

An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.

Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property SendMessageResult Gets and sets the SendMessageResult property. Represents the output of a SendMessage operation.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8