MessageSurrogateFilter Delegate
Determines whether the RemotingSurrogateSelector class should ignore a particular IMessage property while creating an ObjRef for a MarshalByRefObject class.
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)] public delegate bool MessageSurrogateFilter( String^ key, Object^ value )
Parameters
- key
-
Type:
System::String^
The key to a particular remoting message property.
- value
-
Type:
System::Object^
The value of a particular remoting message property.
Return Value
Type: System::BooleanTrue if the RemotingSurrogateSelector class should ignore a particular IMessage property while creating an ObjRef for a MarshalByRefObject class.
The MessageSurrogateFilter delegate is intended for use only by the remoting infrastructure of the .NET Framework; you should not instantiate the delegate directly.
The Filter property of the RemotingSurrogateSelector class gets and sets a MessageSurrogateFilter instance.
Each key/value parameter pair is a remoting message property that belongs to the Properties property of the IMessage class.
Available since 1.1