HttpModuleCollection.Get Method (Int32)

 

Returns the IHttpModule object with the specified index from the HttpModuleCollection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Function Get (
	index As Integer
) As IHttpModule

Parameters

index
Type: System.Int32

The index of the IHttpModule object to return from the collection.

Return Value

Type: System.Web.IHttpModule

The IHttpModule member specified by the index parameter.

.NET Framework
Available since 1.1
Return to top
Show: