Commit 1f9b01de authored by ilushka85's avatar ilushka85

change stream to public

parent 194a5f6f
...@@ -205,7 +205,7 @@ namespace Titanium.Web.Proxy.Http ...@@ -205,7 +205,7 @@ namespace Titanium.Web.Proxy.Http
/// <summary> /// <summary>
/// Response network stream /// Response network stream
/// </summary> /// </summary>
internal Stream ResponseStream { get; set; } public Stream ResponseStream { get; set; }
/// <summary> /// <summary>
/// response body contenst as byte array /// response body contenst as byte array
......
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