ServicesExtensions Class
Provides type-safe accessors for services obtained from a ServicesContainerobject.
Inheritance Hierarchy
System.Object
System.Web.Http.ServicesExtensions
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ServicesExtensions
'Usage
public static class ServicesExtensions
[ExtensionAttribute]
public ref class ServicesExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServicesExtensions = class end
public final class ServicesExtensions
The ServicesExtensions type exposes the following members.
Methods
Top
Remarks
For methods that return an IEnumerable<T> type, you can assume the return value is non-null, although the returned collection might be empty.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.