Commit 738a8b33 authored by justcoding121's avatar justcoding121 Committed by justcoding121

override

parent 241fa907
......@@ -17,7 +17,7 @@ namespace Titanium.Web.Proxy.Models
this.Name = name.Trim();
this.Value = value.Trim();
}
public string ToString()
public override string ToString()
{
return String.Format("{0}: {1}", this.Name, this.Value);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment