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