1 write to _impersonate
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
108case "impersonate": _impersonate = Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); authSet = true; break;
2 references to _impersonate
System.Runtime.Remoting (2)
channels\tcp\tcpserverchannel.cs (2)
222_transportSink = new TcpServerTransportSink(sink, _impersonate); 501if (_impersonate)