Namespace: Weborb.Util
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)

Syntax

C#
public class RequestContext : Dictionary<string, Object>
Visual Basic
Public Class RequestContext _
	Inherits Dictionary(Of String, Object)
Visual C++
public ref class RequestContext : public Dictionary<String^, Object^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
    Weborb.Util..::..RequestContext

See Also