Microsoft.ServiceFabric.Services.Remoting.Client Namespace

Classes

ServiceProxy

Provides the base implementation for the proxy to the remoted IService interfaces.

ServiceProxyFactory

Specifies the factory that creates proxies for remote communication to the specified service.

ServiceRemotingExceptionHandler

Provides handling of exceptions encountered in communicating with a service fabric service over remoted interfaces.

Interfaces

IServiceProxy

This is the base Client side interface for Remoting. The framework provides the Remoting infrastructure for all the service contracts inheriting from IService through ServiceRemotingListener and ServiceProxy.

IServiceProxyFactory

Specifies the interface for the factory that creates proxies for remote communication to the specified service.