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

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

public ServerProxy ( string serverUri, ICredentials credentials, IAsyncWorker worker ) : System
serverUri string
credentials ICredentials
worker IAsyncWorker
Результат System
        public ServerProxy(string serverUri, ICredentials credentials, IAsyncWorker worker)
        {
            _wrappedConnection = new ServerProxyWithoutChunking(serverUri,credentials,worker);
            SetupPassthroughEvents();
        }
        

Same methods

ServerProxy::ServerProxy ( Uri serverUri ) : System
ServerProxy::ServerProxy ( string webAddress, string userName, string password ) : System