IPostParams
Top  Previous  Next

IPostParams represents a list of HTTP Post Parameters sent to the web server.

Remark

It implements _NewEnum. So you can use "for each" alike syntax to iterate a IPostParams's element in a standard manner.

General methods and properties.

prop get
Count
prop get
Item


Get IPostParams Reference
IPostParams postParams=HTTPAnalyzer.Log[Index].Request.PostParams;

See Also
IPostParam
IRequest