Home
last modified time | relevance | path

Searched defs:CallbackFunctionName (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Channels/
H A DJavascriptCallbackResponseProperty.cs22 public string CallbackFunctionName { get; set; } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.ServiceModel.Web.cs144 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.ServiceModel.Web.cs149 …public string CallbackFunctionName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]g… property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.ServiceModel.Web.cs144 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.ServiceModel.Web.cs144 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.ServiceModel.Web.cs150 …public string CallbackFunctionName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]g… property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.ServiceModel.Web.cs179 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.ServiceModel.Web.cs179 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.ServiceModel.Web.cs179 public string CallbackFunctionName { get { throw null; } set { } } property in System.ServiceModel.Channels.JavascriptCallbackResponseMessageProperty
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-api.cc14251 THREADED_TEST(CallbackFunctionName) { in THREADED_TEST() argument