InternalRemotingServices.GetCachedSoapAttribute(Object) Metoda

Definicja

Pobiera odpowiedni atrybut powiązany z protokołem SOAP dla określonego parametru składowej lub metody klasy.

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

Parametry

reflectionObject
Object

Parametr składowy lub metody klasy.

Zwraca

Atrybut związany z protokołem SOAP dla określonego parametru składowej lub metody klasy.

Atrybuty

Uwagi

Nie trzeba wywoływać static metod InternalRemotingServices klasy.

Symbol "_LOGGING" przetwarzania wstępnego jest stosowany do metody za pomocą atrybutu ConditionalAttribute .

Klasa SoapAttribute jest klasą bazową dla różnych klas atrybutów związanych z protokołem SOAP w System.Runtime.Remoting.Metadata przestrzeni nazw.

Dotyczy