Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DDefaultProxySection.cs67 public ProxyElement Proxy
69 get { return (ProxyElement)this[this.proxy]; }
102 typeof(ProxyElement),
151 if (section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && in DefaultProxySectionInternal()
154 section.Proxy.UseSystemDefault != ProxyElement.UseSystemDefaultValues.True && in DefaultProxySectionInternal()
156 section.Proxy.BypassOnLocal == ProxyElement.BypassOnLocalValues.Unspecified && in DefaultProxySectionInternal()
160 if (section.Proxy.UseSystemDefault == ProxyElement.UseSystemDefaultValues.False) in DefaultProxySectionInternal()
211 section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && in DefaultProxySectionInternal()
237 if (section.Proxy.AutoDetect != ProxyElement.AutoDetectValues.Unspecified) in DefaultProxySectionInternal()
289 ProxyElement pe = sec.Proxy;
[all …]
H A DProxyElement.cs16 public sealed class ProxyElement : ConfigurationElement class
39 public ProxyElement() in ProxyElement() method in System.Net.Configuration.ProxyElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Configuration/
H A DDefaultProxySection.cs59 proxyProp = new ConfigurationProperty ("proxy", typeof (ProxyElement), null); in DefaultProxySection()
95 public ProxyElement Proxy {
96 get { return (ProxyElement) base [proxyProp]; }
H A DProxyElement.cs40 public sealed class ProxyElement : ConfigurationElement class
55 static ProxyElement () in ProxyElement() method in System.Net.Configuration.ProxyElement
72 public ProxyElement () in ProxyElement() method in System.Net.Configuration.ProxyElement
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/elements/
H A DProxyElement.as40 * <p>ProxyElement is not instantiated directly but rather used
42 * ProxyElement can be subclassed for any trait type or set of trait types.
49 * the proxied element from being exposed by setting the ProxyElement's
56 * <p>A ProxyElement normally dispatches the proxied element's
58 * are blocked by the ProxyElement.</p>
59 * <p>ProxyElement subclasses are useful for modifying the behavior of a
64 * The ProxyElement subclass would proxy the non-temporal ImageElements
80 public class ProxyElement extends MediaElement class in org.osmf.elements
90 * before any other methods on this ProxyElement are called, or an
98 public function ProxyElement(proxiedElement:MediaElement=null) method in org.osmf.elements.ProxyElement
[all …]
H A DLoadFromDocumentElement.as46 * ProxyElement. When the document has been loaded, this class will set the
58 * @see org.osmf.elements.ProxyElement
67 public class LoadFromDocumentElement extends ProxyElement
H A DDurationElement.as85 * @see org.osmf.elements.ProxyElement
94 public class DurationElement extends ProxyElement
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/media/
H A DMediaFactory.as29 import org.osmf.elements.ProxyElement;
353 // If we have a corresponding ProxyElement, then instead of
459 var proxyElement:ProxyElement = invokeMediaElementCreationFunction(proxyItem) as ProxyElement;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/containers/
H A DHTMLMediaContainer.as29 import org.osmf.elements.ProxyElement;
322 if (element is ProxyElement)
324 return arguments.callee(ProxyElement(element).proxiedElement)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources194 System.Net.Configuration/ProxyElement.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9948 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
10062 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
10064 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
10065 …ropertyAttribute("autoDetect", DefaultValue=(System.Net.Configuration.ProxyElement.AutoDetectValue…
10066 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
10067 …ertyAttribute("bypassonlocal", DefaultValue=(System.Net.Configuration.ProxyElement.BypassOnLocalVa…
10068 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
10074 …yAttribute("usesystemdefault", DefaultValue=(System.Net.Configuration.ProxyElement.UseSystemDefaul…
10075 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs9923 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
10037 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
10039 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
10040 …ropertyAttribute("autoDetect", DefaultValue=(System.Net.Configuration.ProxyElement.AutoDetectValue…
10041 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
10042 …ertyAttribute("bypassonlocal", DefaultValue=(System.Net.Configuration.ProxyElement.BypassOnLocalVa…
10043 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
10049 …yAttribute("usesystemdefault", DefaultValue=(System.Net.Configuration.ProxyElement.UseSystemDefaul…
10050 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs9543 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9640 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9642 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9644 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9646 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9653 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs9204 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9301 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9303 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9305 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9307 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9314 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs9681 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9796 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9798 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9800 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9802 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9809 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs9713 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9828 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9830 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9832 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9834 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9841 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs9711 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9826 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9828 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9830 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9832 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9839 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs9681 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9796 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9798 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9800 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9802 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9809 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs9681 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9796 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9798 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9800 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9802 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9809 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs9703 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9800 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9802 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9804 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9806 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9813 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs9713 public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9828 public sealed partial class ProxyElement : System.Configuration.ConfigurationElement class
9830 public ProxyElement() { } in ProxyElement() method in System.Net.Configuration.ProxyElement
9832 …public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set…
9834 …public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null;…
9841 …public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw…