EndPoint.Serialize Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serializes endpoint information into a SocketAddress instance.
Assembly: System.Net (in System.Net.dll)
Return Value
Type: System.Net.SocketAddressA SocketAddress instance that contains the endpoint information.
| Exception | Condition |
|---|---|
| NotImplementedException | Any attempt is made to access the method when the method is not overridden in a descendant class. |
Show: