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)
50
get { return(bool)ChannelServices.GetChannelSinkProperties(
_tp
)["allowautoredirect"];}
51
set { ChannelServices.GetChannelSinkProperties(
_tp
)["allowautoredirect"] = value;}
71
get { return(bool)ChannelServices.GetChannelSinkProperties(
_tp
)["preauthenticate"];}
72
set { ChannelServices.GetChannelSinkProperties(
_tp
)["preauthenticate"] = value;}
85
get { return (int)ChannelServices.GetChannelSinkProperties(
_tp
)["timeout"];}
86
set { ChannelServices.GetChannelSinkProperties(
_tp
)["timeout"] = value;}
106
ChannelServices.GetChannelSinkProperties(
_tp
)["url"] = value;
120
get { return(String)ChannelServices.GetChannelSinkProperties(
_tp
)["username"];}
121
set { ChannelServices.GetChannelSinkProperties(
_tp
)["username"] = value;}
127
get { return(String)ChannelServices.GetChannelSinkProperties(
_tp
)["password"];}
128
set { ChannelServices.GetChannelSinkProperties(
_tp
)["password"] = value;}
134
get { return(String)ChannelServices.GetChannelSinkProperties(
_tp
)["domain"];}
135
set { ChannelServices.GetChannelSinkProperties(
_tp
)["domain"] = value;}
141
get { return(String)ChannelServices.GetChannelSinkProperties(
_tp
)["proxyname"];}
142
set { ChannelServices.GetChannelSinkProperties(
_tp
)["Proxyname"] = value;}
147
get { return(int)ChannelServices.GetChannelSinkProperties(
_tp
)["proxyport"];}
148
set { ChannelServices.GetChannelSinkProperties(
_tp
)["proxyport"] = value;}