Class LocatorFinderProxyIceEncoderExtensions
Provides an extension method for IceEncoder to encode a LocatorFinderProxy."
public static class LocatorFinderProxyIceEncoderExtensions
- Inheritance
-
LocatorFinderProxyIceEncoderExtensions
- Inherited Members
Methods
EncodeLocatorFinderProxy(ref IceEncoder, LocatorFinderProxy?)
Encodes a LocatorFinderProxy instance.
public static void EncodeLocatorFinderProxy(this ref IceEncoder encoder, LocatorFinderProxy? proxy)
Parameters
encoderIceEncoderThe Ice encoder.
proxyLocatorFinderProxy?The proxy to encode (can be null).