RemotingSurrogateSelector::Filter Property

 

Gets or sets the MessageSurrogateFilter delegate for the current instance of the RemotingSurrogateSelector.

Namespace:   System.Runtime.Remoting.Messaging
Assembly:  mscorlib (in mscorlib.dll)

public:
property MessageSurrogateFilter^ Filter {
	MessageSurrogateFilter^ get();
	void set(MessageSurrogateFilter^ value);
}

.NET Framework
Available since 1.1
Return to top
Show: