asp.net.ph

HttpModuleCollection.Get Method ( Int32 )

System.Web Namespace   HttpModuleCollection Class


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

[ VB ]
Overloads Public Function Get ( _
   ByVal index As Integer _
) As IHttpModule

[ C# ]
public IHttpModule Get (
   int index
);

[ C++ ]
public: IHttpModule* Get (
   int index
);

[ JScript ]
public function Get (
   index : int
) : IHttpModule;

Parameters

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

Return Value

The IHttpModule member specified by index.

See Also

HttpModuleCollection Members   HttpModuleCollection.Get Overload List 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