1 write to _bRemoteApplicationMetadataEnabled
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
50
case "remoteApplicationMetadataEnabled":
_bRemoteApplicationMetadataEnabled
= Convert.ToBoolean(entry.Value, CultureInfo.InvariantCulture); break;
1 reference to _bRemoteApplicationMetadataEnabled
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
74
channelSink.RemoteApplicationMetadataEnabled =
_bRemoteApplicationMetadataEnabled
;