set_Expect100Continue()

ServicePoint::set_Expect100Continue(bool) method

Sets a value that indicates if the 100-Continue behavior is used.

void System::Net::ServicePoint::set_Expect100Continue(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also