NodeOPCUA API Documentation
    Preparing search index...

    Interface IClientTransportFactory

    A factory that produces an IClientTransport. Injected into ClientSecureChannelLayerOptions.transportFactory to swap the default Node TCP transport for an alternative (for example, a browser WebSocket transport or a tracing proxy wrapped around the default).

    interface IClientTransportFactory {
        create(settings?: TransportSettingsOptions): IClientTransport;
    }
    Index

    Methods

    Methods