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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph