Share via


ServicesExtensions.GetHostBufferPolicySelector Method (ServicesContainer)

 

Gets the IHostBufferPolicySelector service.

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

Syntax

public static IHostBufferPolicySelector GetHostBufferPolicySelector(
    this ServicesContainer services
)
public:
[ExtensionAttribute]
static IHostBufferPolicySelector^ GetHostBufferPolicySelector(
    ServicesContainer^ services
)
static member GetHostBufferPolicySelector : 
        services:ServicesContainer -> IHostBufferPolicySelector
<ExtensionAttribute>
Public Shared Function GetHostBufferPolicySelector (
    services As ServicesContainer
) As IHostBufferPolicySelector

Parameters

Return Value

Type: System.Web.Http.Hosting.IHostBufferPolicySelector

Returns an IHostBufferPolicySelectorinstance.

See Also

ServicesExtensions Class
System.Web.Http Namespace

Return to top