Table of Contents

Interface ISliceProxy

Namespace
IceRpc.Slice
Assembly
IceRpc.Slice.dll

Represents a local ambassador for a remote service.

public interface ISliceProxy

Properties

EncodeOptions

Gets or initializes the encode options, used to customize the encoding of payloads created from this proxy.

SliceEncodeOptions? EncodeOptions { get; init; }

Property Value

SliceEncodeOptions

Invoker

Gets or initializes the invocation pipeline of this proxy.

IInvoker Invoker { get; init; }

Property Value

IInvoker

ServiceAddress

Gets or initializes the address of the remote service.

ServiceAddress ServiceAddress { get; init; }

Property Value

ServiceAddress