Table of Contents

Class IceObjectProxySliceDecoderExtensions

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

Provides extension methods for SliceDecoder to decode a IceObjectProxy.

public static class IceObjectProxySliceDecoderExtensions
Inheritance
IceObjectProxySliceDecoderExtensions
Inherited Members

Methods

DecodeIceObjectProxy(ref SliceDecoder)

Decodes an ServiceAddress into a IceObjectProxy.

public static IceObjectProxy DecodeIceObjectProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

IceObjectProxy

The proxy created from the decoded service address.

DecodeNullableIceObjectProxy(ref SliceDecoder)

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

public static IceObjectProxy? DecodeNullableIceObjectProxy(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

IceObjectProxy?

The proxy created from the decoded service address, or .