S
Steph
hello, i ve create a stress test prog for IIs.
And now i want know the domain name of the process...
PID = virtual domaine name ID;
ProcessThreadCollection ThreadList = Process.GetProcessById(PID).Threads;
foreach (ProcessThread TempThread in ThreadList)
{
int ProcessIDChild = TempThread.Id;
string PIDname = ??; // i want retrieve : www.johndoe.com
thx for your experience
And now i want know the domain name of the process...
PID = virtual domaine name ID;
ProcessThreadCollection ThreadList = Process.GetProcessById(PID).Threads;
foreach (ProcessThread TempThread in ThreadList)
{
int ProcessIDChild = TempThread.Id;
string PIDname = ??; // i want retrieve : www.johndoe.com
thx for your experience