Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit bc08fc4

Browse files
committed
unmark obsolete attribute;not yet
1 parent 40206dd commit bc08fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/EventArguments/SessionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public void SetResponseBodyString(string body)
388388
/// Marking as obsolete, need to comeup with a generic responder method in future
389389
/// </summary>
390390
/// <param name="html"></param>
391-
[Obsolete]
391+
// [Obsolete]
392392
public void Ok(string html)
393393
{
394394
if (ProxySession.Request.RequestLocked) throw new Exception("You cannot call this function after request is made to server.");

0 commit comments

Comments
 (0)