2 writes to _tp
System.Runtime.Remoting (2)
services\remotingclientproxy.cs (2)
42_tp = null; 43_tp = Activator.GetObject(_type, _url);
17 references to _tp
System.Runtime.Remoting (17)
services\remotingclientproxy.cs (17)
50get { return(bool)ChannelServices.GetChannelSinkProperties(_tp)["allowautoredirect"];} 51set { ChannelServices.GetChannelSinkProperties(_tp)["allowautoredirect"] = value;} 71get { return(bool)ChannelServices.GetChannelSinkProperties(_tp)["preauthenticate"];} 72set { ChannelServices.GetChannelSinkProperties(_tp)["preauthenticate"] = value;} 85get { return (int)ChannelServices.GetChannelSinkProperties(_tp)["timeout"];} 86set { ChannelServices.GetChannelSinkProperties(_tp)["timeout"] = value;} 106ChannelServices.GetChannelSinkProperties(_tp)["url"] = value; 120get { return(String)ChannelServices.GetChannelSinkProperties(_tp)["username"];} 121set { ChannelServices.GetChannelSinkProperties(_tp)["username"] = value;} 127get { return(String)ChannelServices.GetChannelSinkProperties(_tp)["password"];} 128set { ChannelServices.GetChannelSinkProperties(_tp)["password"] = value;} 134get { return(String)ChannelServices.GetChannelSinkProperties(_tp)["domain"];} 135set { ChannelServices.GetChannelSinkProperties(_tp)["domain"] = value;} 141get { return(String)ChannelServices.GetChannelSinkProperties(_tp)["proxyname"];} 142set { ChannelServices.GetChannelSinkProperties(_tp)["Proxyname"] = value;} 147get { return(int)ChannelServices.GetChannelSinkProperties(_tp)["proxyport"];} 148set { ChannelServices.GetChannelSinkProperties(_tp)["proxyport"] = value;}