EFI_HTTP_CONFIG_DATA Struct Reference


Data Fields

EFI_HTTP_VERSION HttpVersion
UINT32 TimeOutMillisec
BOOLEAN LocalAddressIsIPv6
union {
   EFI_HTTPv4_ACCESS_POINT *   IPv4Node
   EFI_HTTPv6_ACCESS_POINT *   IPv6Node
AccessPoint

Detailed Description

EFI_HTTP_CONFIG_DATA_ACCESS_POINT

Field Documentation

HTTP version that this instance will support.

When LocalAddressIsIPv6 is FALSE, this points to the local address, subnet, and port used by the underlying TCP protocol.

When LocalAddressIsIPv6 is TRUE, this points to the local IPv6 address and port used by the underlying TCP protocol.

Defines behavior of EFI DNS and TCP protocols consumed by this instance. If FALSE, this instance will use EFI_DNS4_PROTOCOL and EFI_TCP4_PROTOCOL. If TRUE, this instance will use EFI_DNS6_PROTOCOL and EFI_TCP6_PROTOCOL.

Time out (in milliseconds) when blocking for requests.


Generated on Wed Sep 23 16:24:27 2015 for MdePkg[ALL] by  doxygen 1.5.7.1