DispatchContext Class

Definition

Defines the inputs and outputs to the DispatchRequest(DispatchContext) method.

public ref class DispatchContext
public class DispatchContext
type DispatchContext = class
Public Class DispatchContext
Inheritance
DispatchContext

Constructors

DispatchContext()

Initializes a new instance of the DispatchContext class.

Properties

Principal

Gets or sets the identity of the requestor.

RequestAction

Gets or sets the WS-Addressing action of the request message.

RequestMessage

Gets or sets the request message.

ResponseAction

Gets or sets the desired WS-Addressing action of the response message.

ResponseMessage

Gets or sets the response message.

SecurityTokenService

Gets or sets the SecurityTokenService object which should process the request message.

TrustNamespace

The WS-Trust namespace URI that defines the schema for the request and response messages.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to