Aurora.Voice.Whisper.MurmurHandler.RemoveUrlForClient C# (CSharp) Метод

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

public RemoveUrlForClient ( string sessionID, string url, uint port ) : void
sessionID string
url string
port uint
Результат void
        public void RemoveUrlForClient(string sessionID, string url, uint port)
        {
            IHttpServer server = m_registry.RequestModuleInterface<ISimulationBase>().GetHttpServer(port);
            server.RemoveHTTPHandler("POST", url);
        }