2 writes to allowTransparentProxyMessageValue
System.Runtime.Remoting (2)
Configuration\AppSettings.cs (2)
67
allowTransparentProxyMessageValue
= (bool)value;
71
allowTransparentProxyMessageValue
= AllowTransparentProxyMessageDefaultValue;
1 reference to allowTransparentProxyMessageValue
System.Runtime.Remoting (1)
Configuration\AppSettings.cs (1)
49
return
allowTransparentProxyMessageValue
;