IISResponse Class

Definition

The IISResponse class wraps the Response object that is offered by Internet Information Services (IIS).

public ref class IISResponse : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class IISResponse : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type IISResponse = class
    inherit XppObjectBase
Public Class IISResponse
Inherits XppObjectBase
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
IISResponse
Attributes

Remarks

There is a one-to-one relationship between the methods of the IISResponse class and the methods of the Response object that is offered by IIS. Therefore, for more information about the methods of the IISResponse class, see the Microsoft documentation for IIS. Use of the IISResponse class is valid only when code is run by the Finance and Operations Internet Connector under IIS.

Constructors

IISResponse()
IISResponse(IntPtr)

Fields

__k_IISResponseId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type)
addHeader(String, String)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
appendToLog(String)
binaryWrite(COMVariant)
buffer()
buffer(Boolean)
cacheControl()
cacheControl(String)
cacheWrite()
cacheWrite(Boolean)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
charSet()
charSet(String)
clear()
contentType()
contentType(String)
cookies()
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
end()
equal(XppObjectBase) (Inherited from XppObjectBase)
expires()
expires(Int32)
expiresAbsolute()
expiresAbsolute(COMVariant)
finalize()
flush()
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
interface()
isClientConnected()
IsManagedValid() (Inherited from XppObjectBase)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
newmethod()

Initializes a new instance of the IISResponse class.

notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
pics(String)
redirect(String)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
status()

Gets or sets the status of an object.

status(String)
usageCount() (Inherited from XppObjectBase)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
write(COMVariant)
writeTxt(String)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to