Home
last modified time | relevance | path

Searched refs:_SoapAction (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingattributes.cs694 private String _SoapAction = null; field in System.Runtime.Remoting.Metadata.SoapMethodAttribute
713 if (_SoapAction == null)
715 _SoapAction = XmlTypeNamespaceOfDeclaringType + "#" +
718 return _SoapAction;
723 _SoapAction = value;