module Ethon::Multi::Options
def socketfunction=(value)
-
(void)-
Parameters:
-
value(String) -- The value to set.
Other tags:
- Example: Set socketfunction option. -
def socketfunction=(value) Curl.set_option(:socketfunction, value_for(value, :string), handle, :multi) end