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

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

public ServerProxy ( Uri serverUri ) : System
serverUri System.Uri
Результат System
        public ServerProxy(Uri serverUri)
        {
           _wrappedConnection = new ServerProxyWithoutChunking(serverUri);
            SetupPassthroughEvents();
        }

Same methods

ServerProxy::ServerProxy ( string serverUri, ICredentials credentials, IAsyncWorker worker ) : System
ServerProxy::ServerProxy ( string webAddress, string userName, string password ) : System