MISendSimpleRequest() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

Purpose

Sends a request to an HTTP server.

Syntax

MISendSimpleRequest( ByVal hFile As CHttpFile, 
	ByVal bAuthenticate As SmallInt ) As SmallInt

hFile is a CHttpFile handle.

bAuthenticate indicates whether to check authentication or not.

Return Value

Nonzero if successful; otherwise 0. To determine the cause of the failure, call the MIGetErrorMessage() function.

Description

This function sends a request to an HTTP server.