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 |
|
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. |