Show / Hide Table of Contents

Class RequestContext

Provides the context to a request processor to process the received request.

Inheritance
System.Object
Context
RequestContext
Inherited Members
Context.Link
Context.Message
Context.State
Context.Dispose(DeliveryState)
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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX