Microsoft Internet Security and Acceleration Server 2000

FPCProtocolConnection.Protocol Property

Gets the communication protocol of the connection. The protocol can be either TCP or UDP.

VBScript Syntax[VBScript]

[ ConnectionProtocolType = ] FPCProtocolConnection.Protocol

C++ Syntax[C++]

HRESULT get_Protocol( 
  FpcConnectionProtocolType *pConnectionProtocolType
);

Parameters

ConnectionProtocolType
Communication protocol used in the connection. It can have a value of the FpcConnectionProtocolType enumerated type.

The property is read-only.

Applies To

FPCProtocolConnection