Class LocatorProxySliceEncoderExtensions
Provides extension methods for SliceEncoder to encode a LocatorProxy.
public static class LocatorProxySliceEncoderExtensions
- Inheritance
-
LocatorProxySliceEncoderExtensions
- Inherited Members
Methods
EncodeLocatorProxy(ref SliceEncoder, LocatorProxy)
Encodes a LocatorProxy as an ServiceAddress.
public static void EncodeLocatorProxy(this ref SliceEncoder encoder, LocatorProxy proxy)
Parameters
encoderSliceEncoderThe Slice encoder.
proxyLocatorProxyThe proxy to encode as a service address.
EncodeNullableLocatorProxy(ref SliceEncoder, LocatorProxy?)
Encodes a nullable LocatorProxy as a nullable ServiceAddress (Slice1 only).
public static void EncodeNullableLocatorProxy(this ref SliceEncoder encoder, LocatorProxy? proxy)
Parameters
encoderSliceEncoderThe Slice encoder.
proxyLocatorProxy?The proxy to encode as a service address (can be null).