Edit

Share via


TypeManifestOptions.InterfaceProxies Property

Definition

Gets the set of known interface proxies, which capture method invocations which can be serialized, deserialized, and invoked against an implementation of this interface.

public System.Collections.Generic.HashSet<Type> InterfaceProxies { get; }
member this.InterfaceProxies : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property InterfaceProxies As HashSet(Of Type)

Property Value

Remarks

This allows decoupling the caller and target, so that remote procedure calls can be implemented by capturing an invocation, transmitting it, and later invoking it against a target object.

Applies to