Table of Contents

Method GetObjectData

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

GetObjectData(EndPoint)

Gets the object data required to serialize an end point.

public static List<object> GetObjectData(EndPoint value)

Parameters

value EndPoint

The end point.

Returns

List<object>

The object data.