IServerVariablesFeature Interface

Definition

This feature provides access to request server variables set.

public interface class IServerVariablesFeature
public interface IServerVariablesFeature
type IServerVariablesFeature = interface
Public Interface IServerVariablesFeature

Remarks

For a list of common server variables available in IIS, see http://go.microsoft.com/fwlink/?LinkId=52471.

Properties

Item[String]

Gets or sets the value of a server variable for the current request.

Applies to