All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.csharp.IRT.Transport.Server.ConnectionContext.cs Maven / Gradle / Ivy


namespace IRT.Transport.Server {
    public class ConnectionContext {
        public SystemContext System;
        public C User;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy