Dev2.Network.ServerProxy.ServerProxy C# (CSharp) Метод

ServerProxy() публичный Метод

public ServerProxy ( string webAddress, string userName, string password ) : System
webAddress string
userName string
password string
Результат 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