Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.01 KB

File metadata and controls

37 lines (29 loc) · 2.01 KB
title INamedContextContainer Interface
description Describes the INamedContextContainer interface and details its syntax, methods, derived classes, and requirements.
ms.date 10/07/2016
ms.assetid c3e298de-4f26-4766-86cd-5d70e1346acd

INamedContextContainer Interface

Provides an interface for binding and retrieving a named context.

Syntax

class INamedContextContainer  

Methods

The following table lists the methods exposed by the INamedContextContainer interface.

Name Description
GetNamedContext Retrieves a stored context given its name.
SetNamedContext Binds stored context with a specified name.

Derived Classes

This interface contains no derived classes.

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Httpserv.h

See Also

Web Server Core Interfaces