set_SecurityProtocol()

ServicePointManager::set_SecurityProtocol(SecurityProtocolType) method

Sets the security protocol type used by the ServicePoint-class instances that are managed by the current instance.

static void System::Net::ServicePointManager::set_SecurityProtocol(SecurityProtocolType value)

Arguments

ParameterTypeDescription
valueSecurityProtocolTypeThe value to set.

See Also