Dev2.Network.ServerProxy.ServerProxy C# (CSharp) Method

ServerProxy() public method

public ServerProxy ( string webAddress, string userName, string password ) : System
webAddress string
userName string
password string
return System
        public ServerProxy(string webAddress, string userName, string password)
        {
            _wrappedConnection = new ServerProxyWithoutChunking(webAddress, userName, password);
            SetupPassthroughEvents();
        }

Same methods

ServerProxy::ServerProxy ( Uri serverUri ) : System
ServerProxy::ServerProxy ( string serverUri, ICredentials credentials, IAsyncWorker worker ) : System