IISRequestDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IISRequestDictionary class wraps the RequestDictionary object that is offered by Internet Information Services (IIS).
public ref class IISRequestDictionary : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class IISRequestDictionary : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type IISRequestDictionary = class
inherit XppObjectBase
Public Class IISRequestDictionary
Inherits XppObjectBase
- Inheritance
- Attributes
Remarks
There is a one-to-one relationship between the methods of the IISRequestDictionary class and the methods of the RequestDictionary object that is offered by IIS. Therefore, for more information about the methods of the IISRequestDictionary class, see the Microsoft documentation for IIS. Use of the IISRequestDictionary class is valid only when code is run by the Finance and Operations Internet Connector under IIS.
Constructors
IISRequestDictionary() | |
IISRequestDictionary(COM) | |
IISRequestDictionary(IntPtr) |
Fields
__k_IISRequestDictionaryId | |
kernelClass | (Inherited from XppObjectBase) |