3 references to IAuthorizeRemotingConnection
System.Runtime.Remoting (3)
channels\tcp\tcpserverchannel.cs (3)
54
private
IAuthorizeRemotingConnection
_authorizeRemotingConnection;
94
public TcpServerChannel(IDictionary properties, IServerChannelSinkProvider sinkProvider,
IAuthorizeRemotingConnection
authorizeCallback)
138
_authorizeRemotingConnection = (
IAuthorizeRemotingConnection
) Activator.CreateInstance(Type.GetType((String)entry.Value, true));