public class HttpRequestWrapper extends HttpRequestBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRequestWrapper
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.HttpRequestWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpRequestWrapper() |
HttpRequestWrapper(HttpRequest httpRequest) |
HttpRequestWrapper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Abort() |
byte[] |
BinaryRead(int count) |
static HttpRequestWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpRequestWrapper, a cast assert is made to check if types are compatible. |
Stream |
GetBufferedInputStream() |
Stream |
GetBufferlessInputStream() |
Stream |
GetBufferlessInputStream(boolean disableMaxRequestLength) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
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 |
setJCOInstance(JCObject instance) |
void |
ValidateInput() |
getAcceptTypes, getAnonymousID, getApplicationPath, getAppRelativeCurrentExecutionFilePath, getBrowser, getClientCertificate, getContentEncoding, getContentLength, getContentType, getCookies, getCurrentExecutionFilePath, getCurrentExecutionFilePathExtension, getFilePath, getFiles, getFilter, getForm, getHeaders, getHttpChannelBinding, getHttpMethod, getInputStream, getIsAuthenticated, getIsLocal, getIsSecureConnection, getLogonUserIdentity, getParams, getPath, getPathInfo, getPhysicalApplicationPath, getPhysicalPath, getQueryString, getRawUrl, getReadEntityBodyMode, getRequestContext, getRequestType, getServerVariables, getTimedOutToken, getTlsTokenBindingInfo, getTotalBytes, getUnvalidated, getUrl, getUrlReferrer, getUserAgent, getUserHostAddress, getUserHostName, getUserLanguages, setContentEncoding, setContentType, setFilter, setRequestContext, setRequestTypepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpRequestWrapper()
throws java.lang.Throwable
java.lang.Throwablepublic HttpRequestWrapper(HttpRequest httpRequest) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HttpRequestWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Abort()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
Abort in class HttpRequestBasejava.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic byte[] BinaryRead(int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
SecurityException,
FormatException,
OverflowException
BinaryRead in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionSecurityExceptionFormatExceptionOverflowExceptionpublic static HttpRequestWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpRequestWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpRequestWrapper instancejava.lang.Throwable - in case of error during cast operationpublic Stream GetBufferedInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, HttpException, FormatException, OverflowException
GetBufferedInputStream in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionFormatExceptionOverflowExceptionpublic Stream GetBufferlessInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, HttpException, FormatException, OverflowException
GetBufferlessInputStream in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionFormatExceptionOverflowExceptionpublic Stream GetBufferlessInputStream(boolean disableMaxRequestLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, HttpException, FormatException, OverflowException
GetBufferlessInputStream in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionFormatExceptionOverflowExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpRequestBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpRequestBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpRequestBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpRequestBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpRequestBaseJCType representing the CLR Type of the instantiated Classpublic void InsertEntityBody()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
InsertEntityBody in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic void InsertEntityBody(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
InsertEntityBody in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic void InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
InsertEntityBody in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic int[] MapImageCoordinates(java.lang.String imageFieldName)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
ArgumentException,
HttpException,
ArgumentOutOfRangeException,
NullReferenceException,
ConfigurationErrorsException,
InvalidOperationException,
NotSupportedException,
ConfigurationException,
FormatException,
OverflowException,
IndexOutOfRangeException
MapImageCoordinates in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentExceptionHttpExceptionArgumentOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionpublic java.lang.String MapPath(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
NotSupportedException
MapPath in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic java.lang.String MapPath(java.lang.String virtualPath,
java.lang.String baseVirtualDir,
boolean allowCrossAppMapping)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ArgumentException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException
MapPath in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionArgumentExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic double[] MapRawImageCoordinates(java.lang.String imageFieldName)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
ArgumentException,
HttpException,
ArgumentOutOfRangeException,
NullReferenceException,
ConfigurationErrorsException,
InvalidOperationException,
NotSupportedException,
ConfigurationException,
FormatException,
OverflowException,
IndexOutOfRangeException
MapRawImageCoordinates in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentExceptionHttpExceptionArgumentOutOfRangeExceptionNullReferenceExceptionConfigurationErrorsExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionpublic void SaveAs(java.lang.String filename,
boolean includeHeaders)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
HttpException,
HttpRequestValidationException,
ConfigurationErrorsException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ConfigurationException,
ArgumentOutOfRangeException,
PathTooLongException,
IndexOutOfRangeException,
NullReferenceException,
SecurityException,
IOException,
FormatException,
OverflowException
SaveAs in class HttpRequestBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionArgumentOutOfRangeExceptionPathTooLongExceptionIndexOutOfRangeExceptionNullReferenceExceptionSecurityExceptionIOExceptionFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpRequestBasepublic void ValidateInput()
throws java.lang.Throwable
ValidateInput in class HttpRequestBasejava.lang.Throwable