Gets or sets specified header field parameter value. Value null means not specified.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string this[ string name ] { get; set; }
Public Default Property Item ( name As String ) As String Get Set
public: property String^ default[String^ name] { String^ get (String^ name); void set (String^ name, String^ value); }
member Item : string with get, set
Parameters
- name (String)
- Header field name.
Return Value
String
Returns specified header field value or null if specified parameter doesn't exist.
Returns specified header field value or null if specified parameter doesn't exist.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when name is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119