Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WebSocketContext.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
using
System.Collections.Specialized
;
3
using
System.Security.Principal
;
4
5
namespace
System.Net.WebSockets
;
6
7
public
abstract
class
WebSocketContext
8
{
9
public
abstract
Uri
RequestUri
{
get
; }
10
11
public
abstract
NameValueCollection
Headers {
get
; }
12
13
public
abstract
string
Origin
{
get
; }
14
15
public
abstract
IEnumerable<string>
SecWebSocketProtocols
{
get
; }
16
17
public
abstract
string
SecWebSocketVersion
{
get
; }
18
19
public
abstract
string
SecWebSocketKey
{
get
; }
20
21
public
abstract
CookieCollection
CookieCollection
{
get
; }
22
23
public
abstract
IPrincipal
?
User
{
get
; }
24
25
public
abstract
bool
IsAuthenticated
{
get
; }
26
27
public
abstract
bool
IsLocal
{
get
; }
28
29
public
abstract
bool
IsSecureConnection
{
get
; }
30
31
public
abstract
WebSocket
WebSocket
{
get
; }
32
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Specialized.NameValueCollection
Definition
NameValueCollection.cs:7
System.Net.CookieCollection
Definition
CookieCollection.cs:11
System.Net.WebSockets.WebSocketContext.SecWebSocketProtocols
IEnumerable< string > SecWebSocketProtocols
Definition
WebSocketContext.cs:15
System.Net.WebSockets.WebSocketContext.RequestUri
Uri RequestUri
Definition
WebSocketContext.cs:9
System.Net.WebSockets.WebSocketContext.SecWebSocketVersion
string SecWebSocketVersion
Definition
WebSocketContext.cs:17
System.Net.WebSockets.WebSocketContext.SecWebSocketKey
string SecWebSocketKey
Definition
WebSocketContext.cs:19
System.Net.WebSockets.WebSocketContext.User
IPrincipal? User
Definition
WebSocketContext.cs:23
System.Net.WebSockets.WebSocketContext.IsSecureConnection
bool IsSecureConnection
Definition
WebSocketContext.cs:29
System.Net.WebSockets.WebSocketContext.IsAuthenticated
bool IsAuthenticated
Definition
WebSocketContext.cs:25
System.Net.WebSockets.WebSocketContext.Origin
string Origin
Definition
WebSocketContext.cs:13
System.Net.WebSockets.WebSocketContext.IsLocal
bool IsLocal
Definition
WebSocketContext.cs:27
System.Net.WebSockets.WebSocketContext
Definition
WebSocketContext.cs:8
System.Net.WebSockets.WebSocket
Definition
WebSocket.cs:11
System.Uri
Definition
Uri.cs:16
System.Security.Principal.IPrincipal
Definition
IPrincipal.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections.Specialized
Definition
CollectionsUtil.cs:1
System.Net.WebSockets
Definition
HttpListenerWebSocketContext.cs:5
System.Security.Principal
Definition
IIdentity.cs:1
source
System.Net.WebSockets
System.Net.WebSockets
WebSocketContext.cs
Generated by
1.10.0