System::Net::Cookie::InternalSetName method

Cookie::InternalSetName method

This method is called by other methods to set a method name.

bool System::Net::Cookie::InternalSetName(String value)
ParameterTypeDescription
valueStringThe value that must be set.

ReturnValue

True when the specified value is empty or special, otherwise false.

See Also