Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsAbstract()
[1/2]
static
bool
System.Net.Sockets.UnixDomainSocketEndPoint.IsAbstract
(
byte[]
encodedPath
)
inline
static
private
Definition at line
140
of file
UnixDomainSocketEndPoint.cs
.
141
{
142
if
(encodedPath.Length != 0)
143
{
144
return
encodedPath[0] == 0;
145
}
146
return
false
;
147
}
System
Net
Sockets
UnixDomainSocketEndPoint
Generated by
1.10.0