This topic has not yet been rated - Rate this topic

IHttpContext3 Interface

IIS 7.0

Represents the reprocessing of an HTTP request and enables additional support for asynchronous operations.

class IHttpContext3 : public IHttpContext2

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

Name

Description

GetNamedContextContainer

Retrieves a container of named context objects.

EnableFullDuplex

Enables an asynchronous full-duplex connection for this context.

InheritServerVariable

Causes the request to inherit the specified server variable.

PostCompletion

Posts the completion of the asynchronous operation.

This interface contains no derived classes.

Type

Description

Client

  • IIS 8.0 on Windows 8 Client

Server

  • IIS 8.0 on Windows Server 2012

Product

IIS 8.0

Header

Httpserv.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.