Package system.web
Class HttpRequestBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpRequestBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpRequestWrapper
public class HttpRequestBase extends NetObject
The base .NET class managing System.Web.HttpRequestBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRequestBase
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.HttpRequestBasestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpRequestBase()HttpRequestBase(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
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.HttpRequestBase- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpRequestBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpRequestBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpRequestBaseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BinaryRead
public byte[] BinaryRead(int count) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
MapRawImageCoordinates
public double[] MapRawImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
MapImageCoordinates
public int[] MapImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
GetBufferedInputStream
public Stream GetBufferedInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream(boolean disableMaxRequestLength) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String virtualPath) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String virtualPath, java.lang.String baseVirtualDir, boolean allowCrossAppMapping) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Abort
public void Abort() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
InsertEntityBody
public void InsertEntityBody() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
InsertEntityBody
public void InsertEntityBody(byte[] buffer, int offset, int count) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
InsertEntityBody
public void InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
SaveAs
public void SaveAs(java.lang.String filename, boolean includeHeaders) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
ValidateInput
public void ValidateInput() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsAuthenticated
public boolean getIsAuthenticated() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsSecureConnection
public boolean getIsSecureConnection() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getContentLength
public int getContentLength() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getTotalBytes
public int getTotalBytes() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getForm
public NameValueCollection getForm() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getParams
public NameValueCollection getParams() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getQueryString
public NameValueCollection getQueryString() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getServerVariables
public NameValueCollection getServerVariables() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getFilter
public Stream getFilter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getInputStream
public Stream getInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getHttpChannelBinding
public ChannelBinding getHttpChannelBinding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getLogonUserIdentity
public WindowsIdentity getLogonUserIdentity() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getAnonymousID
public java.lang.String getAnonymousID() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getApplicationPath
public java.lang.String getApplicationPath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getAppRelativeCurrentExecutionFilePath
public java.lang.String getAppRelativeCurrentExecutionFilePath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getCurrentExecutionFilePath
public java.lang.String getCurrentExecutionFilePath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getCurrentExecutionFilePathExtension
public java.lang.String getCurrentExecutionFilePathExtension() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getFilePath
public java.lang.String getFilePath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getHttpMethod
public java.lang.String getHttpMethod() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getPath
public java.lang.String getPath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getPathInfo
public java.lang.String getPathInfo() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getPhysicalApplicationPath
public java.lang.String getPhysicalApplicationPath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getPhysicalPath
public java.lang.String getPhysicalPath() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getRawUrl
public java.lang.String getRawUrl() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getRequestType
public java.lang.String getRequestType() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setRequestType
public void setRequestType(java.lang.String RequestType) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getUserAgent
public java.lang.String getUserAgent() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getUserHostAddress
public java.lang.String getUserHostAddress() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getUserHostName
public java.lang.String getUserHostName() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getAcceptTypes
public java.lang.String[] getAcceptTypes() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getTimedOutToken
public CancellationToken getTimedOutToken() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getUrlReferrer
public Uri getUrlReferrer() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getBrowser
public HttpBrowserCapabilitiesBase getBrowser() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getClientCertificate
public HttpClientCertificate getClientCertificate() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getFiles
public HttpFileCollectionBase getFiles() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getTlsTokenBindingInfo
public ITlsTokenBindingInfo getTlsTokenBindingInfo() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getReadEntityBodyMode
public ReadEntityBodyMode getReadEntityBodyMode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getRequestContext
public RequestContext getRequestContext() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setRequestContext
public void setRequestContext(RequestContext RequestContext) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getUnvalidated
public UnvalidatedRequestValuesBase getUnvalidated() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
-