Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SubProtocol
string
? System.Net.WebSockets.WebSocketCreationOptions.SubProtocol
get
set
Definition at line
13
of file
WebSocketCreationOptions.cs
.
14
{
15
get
16
{
17
return
_subProtocol
;
18
}
19
set
20
{
21
if
(
value
!=
null
)
22
{
23
WebSocketValidate.ValidateSubprotocol(
value
);
24
}
25
_subProtocol
=
value
;
26
}
27
}
System.Net.WebSockets.WebSocketCreationOptions._subProtocol
string _subProtocol
Definition
WebSocketCreationOptions.cs:7
System.ExceptionArgument.value
@ value
System
Net
WebSockets
WebSocketCreationOptions
Generated by
1.10.0