InternalRemotingServices.GetCachedSoapAttribute(Object) Method

Definition

Gets an appropriate SOAP-related attribute for the specified class member or method parameter.

C#
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute(object reflectionObject);
C#
[System.Security.SecurityCritical]
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute(object reflectionObject);

Parameters

reflectionObject
Object

A class member or method parameter.

Returns

The SOAP-related attribute for the specified class member or method parameter.

Attributes

Remarks

You do not need to call the static methods of the InternalRemotingServices class.

A "_LOGGING" preprocessing symbol is applied to the method by means of the ConditionalAttribute attribute.

The SoapAttribute class is the base class for various SOAP-related attribute classes in the System.Runtime.Remoting.Metadata namespace.

Applies to

Product Versions
.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