Class WebSocketError

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Net.WebSockets, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Net.WebSockets
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Net.WebSockets.WebSocketError
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • UnsupportedProtocol

        public static WebSocketError UnsupportedProtocol
      • ConnectionClosedPrematurely

        public static WebSocketError ConnectionClosedPrematurely
    • Constructor Detail

      • WebSocketError

        public WebSocketError​(java.lang.Object instance)
        Internal constructor. Use with caution
      • WebSocketError

        public WebSocketError()