asp.net.ph

HttpModuleCollection Class

System.Web Namespace


Provides a means of indexing and retrieving a collection of IHttpModule objects.

HttpModuleCollection Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public AllKeys String [ Get ]
public Item ( String name ) IHttpModule [ Get ]
public Item ( Int32 index ) IHttpModule [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public CopyTo ( Array dest , Int32 index ) Void
public Get ( Int32 index ) IHttpModule
public Get ( String name ) IHttpModule
public GetKey ( Int32 index ) String

Syntax


To call a method:

HttpModuleCollection.methodName ( arguments );
  C# VB

To return the value of a property or method:

Type var = HttpModuleCollection.propertyName;
Type var = HttpModuleCollection [ key ];
Type var = HttpModuleCollection.methodName ( arguments );
  C# VB

See Also

IHttpModule Interface Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note