Compartir a través de


IServiceProxy Interfaz

Definición

Esta es la interfaz base del lado cliente para la comunicación remota. El marco proporciona la infraestructura de comunicación remota para todos los contratos de servicio que heredan de IService a través de ServiceRemotingListener y ServiceProxy.

public interface IServiceProxy
type IServiceProxy = interface
Public Interface IServiceProxy
Derivado

Propiedades

ServiceInterfaceType

Obtiene el tipo de interfaz que se está remotando.

ServicePartitionClient2

Obtiene el cliente de partición de servicio usado para enviar solicitudes al servicio.

Se aplica a