Share via


Serialize Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Serializes endpoint information into a SocketAddress instance.

Namespace:  System.Net
Assembly:  System (in System.dll)

Syntax

'Declaration
Public MustOverride Function Serialize As SocketAddress
public abstract SocketAddress Serialize()
public:
virtual SocketAddress^ Serialize() abstract
abstract Serialize : unit -> SocketAddress 
public abstract function Serialize() : SocketAddress

Return Value

Type: System.Net. . :: . .SocketAddress
A SocketAddress instance that contains the endpoint information.

.NET Framework Security

See Also

Reference

EndPoint Class

System.Net Namespace