NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EndPoint.Serialize

Serializes endpoint information into a socket-address structure.

[Visual Basic]
Function Serialize() As Byte ()
[C#]
byte[] Serialize();
[C++]
unsigned char* Serialize() [] = 0;
[JScript]
function Serialize() : Byte[];

See Also

EndPoint Interface | EndPoint Members | System.Net Namespace