Interface IIceProxy
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
Invoker
Gets or initializes the invocation pipeline of this proxy.
IInvoker Invoker { get; init; }
Property Value
ServiceAddress
Gets or initializes the address of the remote service.
ServiceAddress ServiceAddress { get; init; }