Microsoft Internet Security and Acceleration Server 2000

FPCProtocolDefinition.InitialConnectionProtocol Property

Gets the protocol of the initial (primary) connection.

VBScript Syntax[VBScript]

[ Protocol = ] FPCProtocolDefinition.InitialConnectionProtocol

C++ Syntax[C++]

HRESULT get_InitialConnectionProtocol(
  FpcConnectionProtocolType *pProtocol
);

Parameters

Protocol
Protocol used in the connection. It can have a value from the FpcConnectionProtocolType enumerated type.

The property is read-only.

Applies To

FPCProtocolDefinition