Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Position
override long System.Net.Sockets.NetworkStream.Position
get
set
Definition at line
119
of file
NetworkStream.cs
.
120
{
121
get
122
{
123
throw
new
NotSupportedException(
System
.
SR
.
net_noseek
);
124
}
125
set
126
{
127
throw
new
NotSupportedException(
System
.
SR
.
net_noseek
);
128
}
129
}
System.SR.net_noseek
static string net_noseek
Definition
SR.cs:114
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
Sockets
NetworkStream
Generated by
1.10.0