InternalSetName()

Cookie::InternalSetName(String) method

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

bool System::Net::Cookie::InternalSetName(String value)

Arguments

ParameterTypeDescription
valueStringThe value that must be set.

Return Value

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

See Also