InternalRemotingServices.GetCachedSoapAttribute(Object) Method

Definition

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

public:
 static System::Runtime::Remoting::Metadata::SoapAttribute ^ GetCachedSoapAttribute(System::Object ^ reflectionObject);
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
[System.Security.SecurityCritical]
public static System.Runtime.Remoting.Metadata.SoapAttribute GetCachedSoapAttribute (object reflectionObject);
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
[<System.Security.SecurityCritical>]
static member GetCachedSoapAttribute : obj -> System.Runtime.Remoting.Metadata.SoapAttribute
Public Shared Function GetCachedSoapAttribute (reflectionObject As Object) As SoapAttribute

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