HttpResponseMessageProperty Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Provides access to the HTTP response in order to access and respond to the additional information made available for requests over the HTTP protocol.

Inheritance Hierarchy

System.Object
  System.ServiceModel.Channels.HttpResponseMessageProperty

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Public NotInheritable Class HttpResponseMessageProperty
public sealed class HttpResponseMessageProperty

The HttpResponseMessageProperty type exposes the following members.

Constructors

  Name Description
Public methodSupported by Silverlight for Windows Phone HttpResponseMessageProperty Initializes a new instance of the HttpResponseMessageProperty class.

Top

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Headers Gets the HTTP headers from the HTTP response.
Public propertyStatic memberSupported by Silverlight for Windows Phone Name Gets the name of the message property associated with the HttpResponseMessageProperty class.
Public propertySupported by Silverlight for Windows Phone StatusCode Gets or sets the status code of the current HTTP response to which this property is attached.
Public propertySupported by Silverlight for Windows Phone StatusDescription Gets or sets the description of the status code of the current HTTP response to which this property is attached.

Top

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

This is a general-purpose class that gives you direct access to the HTTP response information, which could be used for encapsulation of HTTP-specific information. One use of this class is to support services implemented in accordance with the Representational State Transfer (REST) architecture.

This class enables you to support the following scenarios:

  • Allows HTTP header (key, value) pairs to be set for each response.

  • Varies the status code and status description used for each response.

NoteNote:

This class can be used by HttpTransportBindingElement and related classes.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.