Class RequestContext
Provides the context to a request processor to process the received request.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Listener
Assembly: Amqp.Net.dll
Syntax
public class RequestContext : Context
Properties
ResponseLink
Gets the response (sending) link associated with the request context.
Declaration
public ListenerLink ResponseLink { get; }
Property Value
Type | Description |
---|---|
ListenerLink |
Methods
Complete(Message)
Completes the request and sends the response message to the peer.
Declaration
public void Complete(Message response)
Parameters
Type | Name | Description |
---|---|---|
Message | response | The response message to send. |