InternalRemotingServices.GetCachedSoapAttribute(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.