Edit

Share via


Header.SetValueNoParameters(String) Method

Definition

Protected method that is used to set the header value without parameters. A derived class can override this method, for example, to parse the value into an internal representation.

protected public:
 virtual void SetValueNoParameters(System::String ^ value);
protected internal virtual void SetValueNoParameters (string value);
Protected Friend Overridable Sub SetValueNoParameters (value As String)

Parameters

value
String

Applies to