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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.HttpRequestBasestatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpRequestBase()
HttpRequestBase(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Abort()
byte[]
BinaryRead(int count)
static HttpRequestBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpRequestBase
, a cast assert is made to check if types are compatible.java.lang.String[]
getAcceptTypes()
java.lang.String
getAnonymousID()
java.lang.String
getApplicationPath()
java.lang.String
getAppRelativeCurrentExecutionFilePath()
HttpBrowserCapabilitiesBase
getBrowser()
Stream
GetBufferedInputStream()
Stream
GetBufferlessInputStream()
Stream
GetBufferlessInputStream(boolean disableMaxRequestLength)
HttpClientCertificate
getClientCertificate()
Encoding
getContentEncoding()
int
getContentLength()
java.lang.String
getContentType()
HttpCookieCollection
getCookies()
java.lang.String
getCurrentExecutionFilePath()
java.lang.String
getCurrentExecutionFilePathExtension()
java.lang.String
getFilePath()
HttpFileCollectionBase
getFiles()
Stream
getFilter()
NameValueCollection
getForm()
NameValueCollection
getHeaders()
ChannelBinding
getHttpChannelBinding()
java.lang.String
getHttpMethod()
Stream
getInputStream()
boolean
getIsAuthenticated()
boolean
getIsLocal()
boolean
getIsSecureConnection()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeWindowsIdentity
getLogonUserIdentity()
NameValueCollection
getParams()
java.lang.String
getPath()
java.lang.String
getPathInfo()
java.lang.String
getPhysicalApplicationPath()
java.lang.String
getPhysicalPath()
NameValueCollection
getQueryString()
java.lang.String
getRawUrl()
ReadEntityBodyMode
getReadEntityBodyMode()
RequestContext
getRequestContext()
java.lang.String
getRequestType()
NameValueCollection
getServerVariables()
CancellationToken
getTimedOutToken()
ITlsTokenBindingInfo
getTlsTokenBindingInfo()
int
getTotalBytes()
UnvalidatedRequestValuesBase
getUnvalidated()
Uri
getUrl()
Uri
getUrlReferrer()
java.lang.String
getUserAgent()
java.lang.String
getUserHostAddress()
java.lang.String
getUserHostName()
java.lang.String[]
getUserLanguages()
void
InsertEntityBody()
void
InsertEntityBody(byte[] buffer, int offset, int count)
void
InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2)
int[]
MapImageCoordinates(java.lang.String imageFieldName)
java.lang.String
MapPath(java.lang.String virtualPath)
java.lang.String
MapPath(java.lang.String virtualPath, java.lang.String baseVirtualDir, boolean allowCrossAppMapping)
double[]
MapRawImageCoordinates(java.lang.String imageFieldName)
void
SaveAs(java.lang.String filename, boolean includeHeaders)
void
setContentEncoding(Encoding ContentEncoding)
void
setContentType(java.lang.String ContentType)
void
setFilter(Stream Filter)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setRequestContext(RequestContext RequestContext)
void
setRequestType(java.lang.String RequestType)
void
ValidateInput()
-
-
-
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
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpRequestBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpRequestBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpRequestBase
instance- 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.Throwable
NotImplementedException
-
MapRawImageCoordinates
public double[] MapRawImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
MapImageCoordinates
public int[] MapImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
GetBufferedInputStream
public Stream GetBufferedInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream(boolean disableMaxRequestLength) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String virtualPath) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
MapPath
public java.lang.String MapPath(java.lang.String virtualPath, java.lang.String baseVirtualDir, boolean allowCrossAppMapping) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
Abort
public void Abort() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
InsertEntityBody
public void InsertEntityBody() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
InsertEntityBody
public void InsertEntityBody(byte[] buffer, int offset, int count) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
InsertEntityBody
public void InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
SaveAs
public void SaveAs(java.lang.String filename, boolean includeHeaders) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
ValidateInput
public void ValidateInput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsAuthenticated
public boolean getIsAuthenticated() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getIsSecureConnection
public boolean getIsSecureConnection() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getContentLength
public int getContentLength() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTotalBytes
public int getTotalBytes() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getForm
public NameValueCollection getForm() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getParams
public NameValueCollection getParams() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getQueryString
public NameValueCollection getQueryString() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getServerVariables
public NameValueCollection getServerVariables() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getFilter
public Stream getFilter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getInputStream
public Stream getInputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHttpChannelBinding
public ChannelBinding getHttpChannelBinding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getLogonUserIdentity
public WindowsIdentity getLogonUserIdentity() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getAnonymousID
public java.lang.String getAnonymousID() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getApplicationPath
public java.lang.String getApplicationPath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getAppRelativeCurrentExecutionFilePath
public java.lang.String getAppRelativeCurrentExecutionFilePath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCurrentExecutionFilePath
public java.lang.String getCurrentExecutionFilePath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCurrentExecutionFilePathExtension
public java.lang.String getCurrentExecutionFilePathExtension() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getFilePath
public java.lang.String getFilePath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getHttpMethod
public java.lang.String getHttpMethod() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPath
public java.lang.String getPath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPathInfo
public java.lang.String getPathInfo() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPhysicalApplicationPath
public java.lang.String getPhysicalApplicationPath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getPhysicalPath
public java.lang.String getPhysicalPath() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRawUrl
public java.lang.String getRawUrl() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequestType
public java.lang.String getRequestType() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setRequestType
public void setRequestType(java.lang.String RequestType) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUserAgent
public java.lang.String getUserAgent() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUserHostAddress
public java.lang.String getUserHostAddress() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUserHostName
public java.lang.String getUserHostName() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getAcceptTypes
public java.lang.String[] getAcceptTypes() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTimedOutToken
public CancellationToken getTimedOutToken() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUrlReferrer
public Uri getUrlReferrer() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getBrowser
public HttpBrowserCapabilitiesBase getBrowser() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getClientCertificate
public HttpClientCertificate getClientCertificate() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getFiles
public HttpFileCollectionBase getFiles() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getTlsTokenBindingInfo
public ITlsTokenBindingInfo getTlsTokenBindingInfo() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getReadEntityBodyMode
public ReadEntityBodyMode getReadEntityBodyMode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getRequestContext
public RequestContext getRequestContext() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
setRequestContext
public void setRequestContext(RequestContext RequestContext) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
getUnvalidated
public UnvalidatedRequestValuesBase getUnvalidated() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.Throwable
NotImplementedException
-
-