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

RemotingProxy() private method

private RemotingProxy ( ) : System.Threading
return System.Threading
        private RemotingProxy()
        {
            // Prevent anyone from creating a blank instance of a proxy
            // without the underlying server type
        }

Same methods

RemotingProxy::RemotingProxy ( Type serverType ) : System.Threading