Table of Contents

Interface IIceProxy

Namespace
IceRpc.Ice
Assembly
IceRpc.Ice.dll

Represents a local ambassador for a remote service.

public interface IIceProxy
Extension Methods

Properties

EncodeOptions

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

IceEncodeOptions? EncodeOptions { get; init; }

Property Value

IceEncodeOptions

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