mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
some more cosmetics on oshttpserver
This commit is contained in:
@@ -9,24 +9,6 @@ namespace OSHttpServer.Parser
|
||||
public class HeaderEventArgs : EventArgs
|
||||
{
|
||||
public osUTF8Slice Name;
|
||||
public string Value;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="HeaderEventArgs"/> class.
|
||||
/// </summary>
|
||||
public HeaderEventArgs()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="HeaderEventArgs"/> class.
|
||||
/// </summary>
|
||||
/// <param name="name">Name of header.</param>
|
||||
/// <param name="value">Header value.</param>
|
||||
public HeaderEventArgs(osUTF8Slice name, string value)
|
||||
{
|
||||
Name = name;
|
||||
Value = value;
|
||||
}
|
||||
public osUTF8Slice Value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user