protected WebRequest()
 {
     this.m_ImpersonationLevel = TokenImpersonationLevel.Delegation;
     this.m_AuthenticationLevel = System.Net.Security.AuthenticationLevel.MutualAuthRequested;
 }
Ejemplo n.º 2
0
 protected WebRequest()
 {
     this.m_ImpersonationLevel  = TokenImpersonationLevel.Delegation;
     this.m_AuthenticationLevel = System.Net.Security.AuthenticationLevel.MutualAuthRequested;
 }