runtime.csharp.IRT.Transport.Client.WebSocketTransport.cs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idealingua-v1-runtime-rpc-csharp_3 Show documentation
Show all versions of idealingua-v1-runtime-rpc-csharp_3 Show documentation
idealingua-v1-runtime-rpc-csharp
using IRT.Marshaller;
namespace IRT.Transport.Client {
public class WebSocketTransport: WebSocketTransportGeneric {
public WebSocketTransport(string endpoint, IJsonMarshaller marshaller, ILogger logger, int timeout = 60) :
base(endpoint, marshaller, logger, timeout) {
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy