C# Class CefSharp.Internals.HeaderNameValueCollection

A NameValueCollection implementation that can optionally be set to ReadOnly (used to represent the CefHeaderMap)
Inheritance: NameValueCollection
Exibir arquivo Open project: Secbyte/CefSharp.Net40

Public Methods

Method Description
SetReadOnly ( ) : void

Method Details

SetReadOnly() public method

public SetReadOnly ( ) : void
return void