ServiceRpcDescriptor.ClientInterface Property

Definition

Gets the interface type that the client's "callback" RPC target is expected to implement.

public:
 property Type ^ ClientInterface { Type ^ get(); };
public Type? ClientInterface { get; }
member this.ClientInterface : Type
Public ReadOnly Property ClientInterface As Type

Property Value

May be null if the service does not invoke methods on the client.

Applies to