Table of Contents

Enum IisFastCgiApplicationProtocol

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the transport mechanism that is used to communicate with a FastCGI process.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisFastCgiApplicationProtocol

Fields

NamedPipe = 1

The protocol is named pipe.

Tcp = 2

The protocol is TCP.

Unknown = 0

The protocol is unknown.