Show / Hide Table of Contents

Class CustomRequestHeaderMessageBase

Used instead of PlatinaMessageBase for message contracts that support an additional Custom parameter for passing custom parameters to a request handler where the message body is made up of a stream that prevents the custom parameters from being passed in the body.

Inheritance
object
PlatinaMessageBase
CustomRequestHeaderMessageBase
WorkingDocumentMessageBase
CreateWorkingDocumentRequest
UpdateWorkingDocumentRequest
Inherited Members
PlatinaMessageBase.UserName
PlatinaMessageBase.IsValid()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[MessageContract]
public abstract class CustomRequestHeaderMessageBase : PlatinaMessageBase

Properties

CustomParameters

Optional custom parameters to be passed to the corresponding custom request handler.

Declaration
[MessageHeader]
public CustomRequestDTO CustomParameters { get; set; }
Property Value
Type Description
CustomRequestDTO

The custom parameters.

Back to top Created by Formpipe