The Headertype exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetParameters Protected method that is used to retrieve header parameters. Derived classes can override this method, for example, to synthesize parameters from an internal representation.
Public method GetType (Inherited from Object.)
Protected method GetValue Protected method that is used to retrieve the header value. Derived classes can override this method, for example, to synthesize the value from an internal representation.
Protected method GetValueNoParameters Protected method that is used to retrieve the header value without parameters. Derived classes can override this method, for example, to synthesize the value from an internal representation.
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseHeaderValue Protected helper method that parses a string into a header value and parameters.
Protected method SetMarshaled Updates state to Marshaled.(Overrides ReplicatedObjectSetMarshaled () () () () .)
Protected method SetParameters Protected method that is used to set header parameters. Derived classes can override this method, for example, to parse parameters into an internal representation.
Protected method SetValue Protected method that is used to set the header value. A derived class can override this method, for example, to parse the value into an internal representation.
Protected method SetValueNoParameters 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.
Public method ToString (Inherited from Object.)
Top

See also