Table of Contents

Class IdentityPathSliceDecoderExtensions

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

Provides an extension method for SliceDecoder to decode a path encoded as an Ice identity.

public static class IdentityPathSliceDecoderExtensions
Inheritance
IdentityPathSliceDecoderExtensions
Inherited Members

Methods

DecodeIdentityPath(ref SliceDecoder)

Decodes a path encoded as an Ice identity.

public static string DecodeIdentityPath(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

string

The decoded identity path.