Table of Contents

Class IdentityPathSliceEncoderExtensions

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

Provides an extension for SliceEncoder to encode a path as an Ice identity.

public static class IdentityPathSliceEncoderExtensions
Inheritance
IdentityPathSliceEncoderExtensions
Inherited Members

Methods

EncodeIdentityPath(ref SliceEncoder, string)

Encodes a path as an Ice identity.

public static void EncodeIdentityPath(this ref SliceEncoder encoder, string value)

Parameters

encoder SliceEncoder

The Slice encoder.

value string

The path to encode as an Ice identity.