System.Runtime.Remoting.Messaging.HeaderHandler Delegate

Represents the method that will handle processing of headers on the stream during deserialization.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate object HeaderHandler (Header[] headers)

Parameters

headers
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

System.Runtime.Remoting.Messaging.Header objects are used to convey information about a remote function call (for example, transaction ID or a method signature).

When you create a System.Runtime.Remoting.Messaging.HeaderHandler, you identify the method that will handle the event. For an overview, see [<topic://cpconeventsdelegates>].

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0