[Mono-list] ServerVariablesCollection

Mart L6hmus martxl at gmail.com
Fri Mar 3 06:07:26 EST 2006


Hi Mono gurus!

I would like to access some other ServerVariables ( SSL_* ), so I
changed class ServerVariablesCollection method
loadServerVariablesCollection(), added line like that:
  Add("SSL_CLIENT_S_DN", wr.GetServerVariable("SSL_CLIENT_S_DN"));

This seems like a hack, I dont want to recompile mono byself on every
new Mono release :-). Does someone know The Right Way to access some
other ServerVariables?

Thanks,
Mart



More information about the Mono-list mailing list