1 write to _appUrl
mscorlib (1)
system\runtime\remoting\remotingconfiguration.cs (1)
516
set {
_appUrl
= value; }
3 references to _appUrl
mscorlib (3)
system\runtime\remoting\remotingconfiguration.cs (3)
515
get { return
_appUrl
; }
522
if (
_appUrl
!= null)
523
str += "; appUrl=" +
_appUrl
;