ServiceRpcDescriptor.ClientInterface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.