Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EndPoint.cs
Go to the documentation of this file.
1
using
System.Net.Sockets
;
2
3
namespace
System.Net
;
4
5
public
abstract
class
EndPoint
6
{
7
public
virtual
AddressFamily
AddressFamily
8
{
9
get
10
{
11
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_PropertyNotImplementedException
);
12
}
13
}
14
15
public
virtual
SocketAddress
Serialize
()
16
{
17
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_MethodNotImplementedException
);
18
}
19
20
public
virtual
EndPoint
Create
(
SocketAddress
socketAddress)
21
{
22
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_MethodNotImplementedException
);
23
}
24
}
System.Net.EndPoint.Serialize
virtual SocketAddress Serialize()
Definition
EndPoint.cs:15
System.Net.EndPoint.Create
virtual EndPoint Create(SocketAddress socketAddress)
Definition
EndPoint.cs:20
System.Net.EndPoint
Definition
EndPoint.cs:6
System.Net.SocketAddress
Definition
SocketAddress.cs:7
System.NotImplemented.ByDesignWithMessage
static Exception ByDesignWithMessage(string message)
Definition
NotImplemented.cs:5
System.NotImplemented
Definition
NotImplemented.cs:4
System.SR.net_MethodNotImplementedException
static string net_MethodNotImplementedException
Definition
SR.cs:22
System.SR.net_PropertyNotImplementedException
static string net_PropertyNotImplementedException
Definition
SR.cs:80
System.SR
Definition
SR.cs:7
System.Net.Sockets.AddressFamily
AddressFamily
Definition
AddressFamily.cs:4
System.Net.Sockets
Definition
AddressInfoHints.cs:1
System.Net
Definition
HttpClientJsonExtensions.cs:8
System
Definition
BlockingCollection.cs:8
source
System.Net.Primitives
System.Net
EndPoint.cs
Generated by
1.10.0