7 min read
IceRPC + Slice integration
Understand how the IceRPC + Slice integration applies the Slice encoding rules.
Payload and payload continuation This section is specific to the IceRPC + Slice integration.
Learn more
This section is specific to the IceRPC + Slice integration.
Learn more
Custom type ServiceAddress This section is specific to the IceRPC + Slice integration.
Learn more
This section is specific to the IceRPC + Slice integration.
Learn more
A service address is represented in Slice by the custom type IceRpc::ServiceAddress
:
slice
mode = Slice1
[cs::namespace("IceRpc.Slice")]module IceRpc
/// Represents the address of an RPC service that can be called using ice or icerpc. This custom type is/// compatible with both Slice1 and Slice2.[cs::type("IceRpc.ServiceAddress")]custom ServiceAddress