Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / WebSocketFactory Property

In This Topic
    WebSocketFactory Property (GcHtmlRenderer)
    In This Topic
    Gets or sets the optional factory for System.Net.WebSockets.WebSocket implementations.

    For more information, see comments to LaunchOptions.WebSocketFactory.

    Syntax
    'Declaration
     
    Public Shared Property WebSocketFactory As WebSocketFactory
    public static WebSocketFactory WebSocketFactory {get; set;}
    See Also