IFPCProtocolConnection::RawDirection property

Applies to: desktop apps only

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 Forefront TMG, 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.

This property is read-only.

Syntax

HRESULT get_RawDirection(
  FpcUDPConnectionDirectionType *pDirection
);
' Data type: FpcUDPConnectionDirectionType

Property RawDirection( _
  ByVal pDirection As FpcUDPConnectionDirectionType _
) As FpcUDPConnectionDirectionType

Property value

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

Error codes

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

Remarks

This property is read-only.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCProtocolConnection

 

 

Build date: 7/12/2010