MethodCall.HeaderHandler(Header[]) Method

Definition

Initializes an internal serialization handler from an array of remoting headers that are applied to a method.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public virtual object HeaderHandler(System.Runtime.Remoting.Messaging.Header[] h);
C#
[System.Security.SecurityCritical]
public virtual object HeaderHandler(System.Runtime.Remoting.Messaging.Header[] h);

Parameters

h
Header[]

An array of remoting headers that contain key/value pairs. This array is used to initialize MethodCall fields for headers that belong to the namespace "http://schemas.microsoft.com/clr/soap/messageProperties".

Returns

An internal serialization handler.

Attributes

Remarks

The method belongs to a remote object. The value of the first header in the input array is the method name.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1