System.Runtime.Remoting.Proxies.RemotingProxy.RemotingProxy C# (CSharp) Method

RemotingProxy() public method

public RemotingProxy ( Type serverType ) : System.Threading
serverType System.Type
return System.Threading
        public RemotingProxy(Type serverType)        
        : base(serverType) 
        {            
        }

Same methods

RemotingProxy::RemotingProxy ( ) : System.Threading