HttpModuleCollection.Get Method (Int32)
.NET Framework 3.0
Returns the IHttpModule object with the specified index from the HttpModuleCollection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public IHttpModule Get ( int index )
public function Get ( index : int ) : IHttpModule
Not applicable.
Parameters
- index
The index of the IHttpModule object to return from the collection.
Return Value
The IHttpModule member specified by the index parameter.Community Additions
ADD
Show: