ResponseMessage Class

Definition

This represent response received during wcf remoting.

[System.Runtime.Serialization.DataContract(Name="ResponseMessage", Namespace="urn:ServiceFabric.Communication")]
public class ResponseMessage
[<System.Runtime.Serialization.DataContract(Name="ResponseMessage", Namespace="urn:ServiceFabric.Communication")>]
type ResponseMessage = class
Public Class ResponseMessage
Inheritance
ResponseMessage
Attributes

Constructors

ResponseMessage()

Initializes a new instance of the ResponseMessage class with Empty Headers and Body

Properties

MessageHeaders

Gets or sets headers in the response Message

ResponseBody

Gets or sets message body in the response Message

Applies to