IIncomingMessageBody Interface

Definition

Defines an interface that must be implemented to provide message body for the serialized Message.

public interface IIncomingMessageBody : IDisposable
type IIncomingMessageBody = interface
    interface IDisposable
Public Interface IIncomingMessageBody
Implements IDisposable
Derived
Implements

Methods

GetReceivedBuffer()

Get the Received Stream

Applies to