public class HttpRequest extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRequest
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.HttpRequest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpRequest() |
HttpRequest(java.lang.Object instance)
Internal constructor.
|
HttpRequest(java.lang.String filename,
java.lang.String url,
java.lang.String queryString) |
| Modifier and Type | Method and Description |
|---|---|
void |
Abort() |
byte[] |
BinaryRead(int count) |
static HttpRequest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpRequest, 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() |
HttpBrowserCapabilities |
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() |
HttpFileCollection |
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 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
|
WindowsIdentity |
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() |
UnvalidatedRequestValues |
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 |
setAnonymousID(java.lang.String AnonymousID) |
void |
setBrowser(HttpBrowserCapabilities Browser) |
void |
setContentEncoding(Encoding ContentEncoding) |
void |
setContentType(java.lang.String ContentType) |
void |
setFilter(Stream Filter) |
void |
setJCOInstance(JCObject instance) |
void |
setRawUrl(java.lang.String RawUrl) |
void |
setRequestContext(RequestContext RequestContext) |
void |
setRequestType(java.lang.String RequestType) |
void |
ValidateInput() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpRequest()
throws java.lang.Throwable
java.lang.Throwablepublic HttpRequest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic HttpRequest(java.lang.String filename,
java.lang.String url,
java.lang.String queryString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
MemberAccessException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
HttpException,
NotSupportedException,
ConfigurationErrorsException,
ThreadAbortException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionHttpExceptionNotSupportedExceptionConfigurationErrorsExceptionThreadAbortExceptionpublic void Abort()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic byte[] BinaryRead(int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
SecurityException,
IOException,
PathTooLongException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFormatExceptionOverflowExceptionpublic static HttpRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpRequest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpRequest instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String[] getAcceptTypes()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String getAnonymousID()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationPath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException
public java.lang.String getAppRelativeCurrentExecutionFilePath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ArgumentException,
ThreadAbortException,
HttpRequestValidationException
public HttpBrowserCapabilities getBrowser() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, TypeLoadException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ConfigurationException, HttpCompileException, HttpParseException, ArgumentOutOfRangeException, OperationCanceledException, NullReferenceException, TargetParameterCountException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionTypeLoadExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionConfigurationExceptionHttpCompileExceptionHttpParseExceptionArgumentOutOfRangeExceptionOperationCanceledExceptionNullReferenceExceptionTargetParameterCountExceptionpublic Stream GetBufferedInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic Stream GetBufferlessInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic Stream GetBufferlessInputStream(boolean disableMaxRequestLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic HttpClientCertificate getClientCertificate() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidTimeZoneException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, SecurityException, TargetParameterCountException, NotSupportedException, FormatException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidTimeZoneExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic Encoding getContentEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, ThreadAbortException, HttpRequestValidationException, HttpException, ConfigurationErrorsException, ConfigurationException, FormatException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadAbortExceptionHttpRequestValidationExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionFormatExceptionNullReferenceExceptionpublic int getContentLength()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException
public java.lang.String getContentType()
throws java.lang.Throwable
java.lang.Throwablepublic HttpCookieCollection getCookies() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ConfigurationException, HttpRequestValidationException
public java.lang.String getCurrentExecutionFilePath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic java.lang.String getCurrentExecutionFilePathExtension()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic java.lang.String getFilePath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
CultureNotFoundException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic HttpFileCollection getFiles() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, IndexOutOfRangeException, SecurityException, FormatException, OverflowException, HttpRequestValidationException, NotSupportedException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionIndexOutOfRangeExceptionSecurityExceptionFormatExceptionOverflowExceptionHttpRequestValidationExceptionNotSupportedExceptionNullReferenceExceptionpublic Stream getFilter() throws java.lang.Throwable
java.lang.Throwablepublic NameValueCollection getForm() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, ConfigurationErrorsException, NotSupportedException, MissingManifestResourceException, ConfigurationException, HttpException, SecurityException, IOException, PathTooLongException, FormatException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionNullReferenceExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionHttpExceptionSecurityExceptionIOExceptionPathTooLongExceptionFormatExceptionOverflowExceptionpublic NameValueCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ThreadAbortException, IndexOutOfRangeException, HttpRequestValidationException, CultureNotFoundException, OutOfMemoryException, HttpException, ConfigurationErrorsException, ConfigurationException, AmbiguousMatchException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionThreadAbortExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionCultureNotFoundExceptionOutOfMemoryExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionAmbiguousMatchExceptionKeyNotFoundExceptionpublic ChannelBinding getHttpChannelBinding() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionpublic java.lang.String getHttpMethod()
throws java.lang.Throwable
java.lang.Throwablepublic Stream getInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, SecurityException, IOException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, DriveNotFoundException, OperationCanceledException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionOverflowExceptionpublic boolean getIsAuthenticated()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLocal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSecureConnection()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic WindowsIdentity getLogonUserIdentity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic NameValueCollection getParams() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, HttpException, ConfigurationErrorsException, MissingManifestResourceException, ConfigurationException, OverflowException, IndexOutOfRangeException, HttpRequestValidationException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionOverflowExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionpublic java.lang.String getPath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ArgumentException,
ThreadAbortException,
MissingMethodException,
TargetInvocationException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionArgumentExceptionThreadAbortExceptionMissingMethodExceptionTargetInvocationExceptionHttpRequestValidationExceptionpublic java.lang.String getPathInfo()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ArgumentException,
ThreadAbortException,
HttpRequestValidationException
public java.lang.String getPhysicalApplicationPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
public java.lang.String getPhysicalPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
MissingManifestResourceException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic NameValueCollection getQueryString() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, HttpRequestValidationException, HttpException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidOperationException, ThreadAbortException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionHttpRequestValidationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionpublic java.lang.String getRawUrl()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
HttpException,
OutOfMemoryException,
ArgumentException,
CultureNotFoundException,
HttpRequestValidationException,
ConfigurationErrorsException,
NotSupportedException,
NullReferenceException
public ReadEntityBodyMode getReadEntityBodyMode() throws java.lang.Throwable
java.lang.Throwablepublic RequestContext getRequestContext() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic java.lang.String getRequestType()
throws java.lang.Throwable
java.lang.Throwablepublic NameValueCollection getServerVariables() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionpublic CancellationToken getTimedOutToken() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AggregateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateExceptionpublic ITlsTokenBindingInfo getTlsTokenBindingInfo() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic int getTotalBytes()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
HttpRequestValidationException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
SecurityException,
IOException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
DriveNotFoundException,
OperationCanceledException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionOverflowExceptionpublic UnvalidatedRequestValues getUnvalidated() throws java.lang.Throwable
java.lang.Throwablepublic Uri getUrl() throws java.lang.Throwable, HttpException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, ThreadAbortException, InvalidOperationException, IndexOutOfRangeException, HttpRequestValidationException, CultureNotFoundException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, UriFormatException
java.lang.ThrowableHttpExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionCultureNotFoundExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionUriFormatExceptionpublic Uri getUrlReferrer() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, HttpException, ThreadAbortException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionpublic java.lang.String getUserAgent()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserHostAddress()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUserHostName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getUserLanguages()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic void InsertEntityBody()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic void InsertEntityBody(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionpublic void InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedExceptionpublic int[] MapImageCoordinates(java.lang.String imageFieldName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
ConfigurationErrorsException,
HttpException,
NotSupportedException,
NullReferenceException,
InvalidOperationException,
ThreadAbortException,
ConfigurationException,
SecurityException,
FormatException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionConfigurationErrorsExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionConfigurationExceptionSecurityExceptionFormatExceptionOverflowExceptionpublic java.lang.String MapPath(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic java.lang.String MapPath(java.lang.String virtualPath,
java.lang.String baseVirtualDir,
boolean allowCrossAppMapping)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ProviderException,
ConfigurationErrorsException,
CultureNotFoundException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic double[] MapRawImageCoordinates(java.lang.String imageFieldName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
ConfigurationErrorsException,
HttpException,
NotSupportedException,
NullReferenceException,
InvalidOperationException,
ThreadAbortException,
ConfigurationException,
SecurityException,
FormatException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionConfigurationErrorsExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionConfigurationExceptionSecurityExceptionFormatExceptionOverflowExceptionpublic void SaveAs(java.lang.String filename,
boolean includeHeaders)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
HttpException,
HttpRequestValidationException,
InvalidOperationException,
ConfigurationErrorsException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ConfigurationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
SecurityException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionInvalidOperationExceptionConfigurationErrorsExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionFormatExceptionOverflowExceptionpublic void setAnonymousID(java.lang.String AnonymousID)
throws java.lang.Throwable
java.lang.Throwablepublic void setBrowser(HttpBrowserCapabilities Browser) throws java.lang.Throwable
java.lang.Throwablepublic void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable
java.lang.Throwablepublic void setContentType(java.lang.String ContentType)
throws java.lang.Throwable
java.lang.Throwablepublic void setFilter(Stream Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setRawUrl(java.lang.String RawUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequestContext(RequestContext RequestContext) throws java.lang.Throwable
java.lang.Throwablepublic void setRequestType(java.lang.String RequestType)
throws java.lang.Throwable
java.lang.Throwablepublic void ValidateInput()
throws java.lang.Throwable
java.lang.Throwable