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;
The IHttpModule member specified by index.
HttpModuleCollection Members HttpModuleCollection.Get Overload List
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