Table of Contents

Class LocatorProxySliceDecoderExtensions

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

Provides extension methods for SliceDecoder to decode a LocatorProxy.

public static class LocatorProxySliceDecoderExtensions
Inheritance
LocatorProxySliceDecoderExtensions
Inherited Members

Methods

DecodeLocatorProxy(ref SliceDecoder)

Decodes an ServiceAddress into a LocatorProxy.

public static LocatorProxy DecodeLocatorProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

LocatorProxy

The proxy created from the decoded service address.

DecodeNullableLocatorProxy(ref SliceDecoder)

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

public static LocatorProxy? DecodeNullableLocatorProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

LocatorProxy?

The proxy created from the decoded service address, or .