Message.isOptionsPing

bool isOptionsPing() @property

Get isOptionsPing property.

Returns

Whether the message is an OPTIONS ping.

The #SoupMessage is intended to be used to send OPTIONS * to a server. When set to true, the path of property@Message:uri will be ignored and property@Message:method set to SOUP_METHOD_OPTIONS.

void isOptionsPing(bool propval) @property

Set isOptionsPing property.

Parameters

propvalWhether the message is an OPTIONS ping. The #SoupMessage is intended to be used to send OPTIONS * to a server. When set to true, the path of property@Message:uri will be ignored and property@Message:method set to SOUP_METHOD_OPTIONS.