Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class WebSocketConnectingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    WebSocketConnectingEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Controller.Net
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class WebSocketConnectingEventArgs : EventArgs

    Constructors

    WebSocketConnectingEventArgs()

    Declaration
    public WebSocketConnectingEventArgs()

    Properties

    AllowConnection

    Gets or sets a value indicating whether [allow connection].

    Declaration
    public bool AllowConnection { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow connection]; otherwise, false.

    QueryString

    Gets or sets the query string.

    Declaration
    public QueryParamCollection QueryString { get; set; }
    Property Value
    Type Description
    QueryParamCollection

    The query string.

    RemoteAddress

    Gets or sets the endpoint.

    Declaration
    public IPAddress RemoteAddress { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    The endpoint.

    Url

    Gets or sets the URL.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    The URL.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.