System::Net::ServicePointManager::set_Expect100Continue method

ServicePointManager::set_Expect100Continue method

Sets a value that indicates if the ServicePoint-class instances use the 100-Continue behavior.

static void System::Net::ServicePointManager::set_Expect100Continue(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also