SoFunction
Updated on 2025-03-08

Pictures showing non-site directories and mapped network disk paths


<%@ WebHandler Language="C#" Class="" %>

using System;
using ;
using ;

namespace
{
public class ShowOutSiteImage : IHttpHandler
{

public void ProcessRequest(HttpContext context)
{

string parameter = ["file"];

FileStream fs = new FileStream(parameter, , );
BinaryReader br = new BinaryReader(fs);
Byte[] bytes = ((Int32));
();
();
(bytes, 0, );
}

public bool IsReusable
{
get
{
return false;
}
}
}
}