Microsoft Internet Security and Acceleration Server 2004 SDK

RawDirection Property of IFPCProtocolConnection[C++]

FPCProtocolConnection.RawDirection [Visual Basic]

[C++]

The RawDirection property gets a value from the FpcUDPConnectionDirectionType enumerated type that specifies the direction in which a raw connection can be opened. A raw connection is a connection in any protocol other than the primary protocols supported by ISA Server, which are TCP, UDP, ICMP, and GRE. Raw connections can be opened to receive only, to send only, to receive and then send, or to send and then receive.

HRESULT get_RawDirection(
  FpcUDPConnectionDirectionType* pDirection
);

Parameters

pDirection
Pointer to a variable that on return receives a value from the FpcUDPConnectionDirectionType enumerated type specifying the direction in which the raw connection can be opened.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The RawDirection property gets a value from the FpcUDPConnectionDirectionType enumerated type that specifies the direction in which a raw connection can be opened. A raw connection is a connection in any protocol other than the primary protocols supported by ISA Server, which are TCP, UDP, ICMP, and GRE. Raw connections can be opened to receive only, to send only, to receive and then send, or to send and then receive.

Property RawDirection As FpcUDPConnectionDirectionType

Property Value

Value from the FpcUDPConnectionDirectionType enumerated type that specifies the direction in which the raw connection can be opened.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCProtocolConnection