Package system.web.configuration
Class HttpCapabilitiesDefaultProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.configuration.HttpCapabilitiesProvider
-
- system.web.configuration.HttpCapabilitiesDefaultProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpCapabilitiesDefaultProvider extends HttpCapabilitiesProvider
The base .NET class managing System.Web.Configuration.HttpCapabilitiesDefaultProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Configuration.HttpCapabilitiesDefaultProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.Configuration.HttpCapabilitiesDefaultProviderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpCapabilitiesDefaultProvider()HttpCapabilitiesDefaultProvider(java.lang.Object instance)Internal constructor.HttpCapabilitiesDefaultProvider(HttpCapabilitiesDefaultProvider parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddDependency(java.lang.String variable)voidAddRuleList(NetArrayList ruleList)static HttpCapabilitiesDefaultProvidercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpCapabilitiesDefaultProvider, a cast assert is made to check if types are compatible.HttpBrowserCapabilitiesGetBrowserCapabilities(HttpRequest request)TimeSpangetCacheTime()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNetTypegetResultType()intgetUserAgentCacheKeyLength()voidsetCacheTime(TimeSpan CacheTime)voidsetJCOInstance(JCObject instance)voidsetResultType(NetType ResultType)voidsetUserAgentCacheKeyLength(int UserAgentCacheKeyLength)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Configuration.HttpCapabilitiesDefaultProvider- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpCapabilitiesDefaultProvider
public HttpCapabilitiesDefaultProvider(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpCapabilitiesDefaultProvider
public HttpCapabilitiesDefaultProvider() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, HttpException, InvalidOperationException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, OverflowException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionHttpExceptionInvalidOperationExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionOverflowException
-
HttpCapabilitiesDefaultProvider
public HttpCapabilitiesDefaultProvider(HttpCapabilitiesDefaultProvider parent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, NullReferenceException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHttpCapabilitiesProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classHttpCapabilitiesProvider- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classHttpCapabilitiesProvider- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classHttpCapabilitiesProvider- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHttpCapabilitiesProvider
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHttpCapabilitiesProvider- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpCapabilitiesDefaultProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpCapabilitiesDefaultProvider, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpCapabilitiesDefaultProviderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetBrowserCapabilities
public HttpBrowserCapabilities GetBrowserCapabilities(HttpRequest request) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, SecurityException, NotSupportedException, ConfigurationException, ProviderException, NullReferenceException, MemberAccessException, OutOfMemoryException, EventSourceException, WaitHandleCannotBeOpenedException, HttpRequestValidationException
- Overrides:
GetBrowserCapabilitiesin classHttpCapabilitiesProvider- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionSecurityExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionOutOfMemoryExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionHttpRequestValidationException
-
AddDependency
public void AddDependency(java.lang.String variable) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
AddRuleList
public void AddRuleList(NetArrayList ruleList) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotSupportedException
-
getUserAgentCacheKeyLength
public int getUserAgentCacheKeyLength() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUserAgentCacheKeyLength
public void setUserAgentCacheKeyLength(int UserAgentCacheKeyLength) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCacheTime
public TimeSpan getCacheTime() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCacheTime
public void setCacheTime(TimeSpan CacheTime) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResultType
public NetType getResultType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResultType
public void setResultType(NetType ResultType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-