Table of Contents

Class LocatorRegistryProxySliceDecoderExtensions

Namespace
IceRpc.Slice.Ice
Assembly
IceRpc.Locator.dll

Provides extension methods for SliceDecoder to decode a LocatorRegistryProxy.

public static class LocatorRegistryProxySliceDecoderExtensions
Inheritance
LocatorRegistryProxySliceDecoderExtensions
Inherited Members

Methods

DecodeLocatorRegistryProxy(ref SliceDecoder)

public static LocatorRegistryProxy DecodeLocatorRegistryProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

LocatorRegistryProxy

The proxy created from the decoded service address.

DecodeNullableLocatorRegistryProxy(ref SliceDecoder)

Decodes a nullable ServiceAddress into a nullable LocatorRegistryProxy (Slice1 only).

public static LocatorRegistryProxy? DecodeNullableLocatorRegistryProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

LocatorRegistryProxy?

The proxy created from the decoded service address, or .