Package system.web
Class HttpRequest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpRequest
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpRequest extends NetObject
The base .NET class managing System.Web.HttpRequest, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpRequest
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.HttpRequeststatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpRequest()HttpRequest(java.lang.Object instance)Internal constructor.HttpRequest(java.lang.String filename, java.lang.String url, java.lang.String queryString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAbort()byte[]BinaryRead(int count)static HttpRequestcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpRequest, a cast assert is made to check if types are compatible.java.lang.String[]getAcceptTypes()java.lang.StringgetAnonymousID()java.lang.StringgetApplicationPath()java.lang.StringgetAppRelativeCurrentExecutionFilePath()HttpBrowserCapabilitiesgetBrowser()StreamGetBufferedInputStream()StreamGetBufferlessInputStream()StreamGetBufferlessInputStream(boolean disableMaxRequestLength)HttpClientCertificategetClientCertificate()EncodinggetContentEncoding()intgetContentLength()java.lang.StringgetContentType()HttpCookieCollectiongetCookies()java.lang.StringgetCurrentExecutionFilePath()java.lang.StringgetCurrentExecutionFilePathExtension()java.lang.StringgetFilePath()HttpFileCollectiongetFiles()StreamgetFilter()NameValueCollectiongetForm()NameValueCollectiongetHeaders()ChannelBindinggetHttpChannelBinding()java.lang.StringgetHttpMethod()StreamgetInputStream()booleangetIsAuthenticated()booleangetIsLocal()booleangetIsSecureConnection()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 TypeWindowsIdentitygetLogonUserIdentity()NameValueCollectiongetParams()java.lang.StringgetPath()java.lang.StringgetPathInfo()java.lang.StringgetPhysicalApplicationPath()java.lang.StringgetPhysicalPath()NameValueCollectiongetQueryString()java.lang.StringgetRawUrl()ReadEntityBodyModegetReadEntityBodyMode()RequestContextgetRequestContext()java.lang.StringgetRequestType()NameValueCollectiongetServerVariables()CancellationTokengetTimedOutToken()ITlsTokenBindingInfogetTlsTokenBindingInfo()intgetTotalBytes()UnvalidatedRequestValuesgetUnvalidated()UrigetUrl()UrigetUrlReferrer()java.lang.StringgetUserAgent()java.lang.StringgetUserHostAddress()java.lang.StringgetUserHostName()java.lang.String[]getUserLanguages()voidInsertEntityBody()voidInsertEntityBody(byte[] buffer, int offset, int count)voidInsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2)int[]MapImageCoordinates(java.lang.String imageFieldName)java.lang.StringMapPath(java.lang.String virtualPath)java.lang.StringMapPath(java.lang.String virtualPath, java.lang.String baseVirtualDir, boolean allowCrossAppMapping)double[]MapRawImageCoordinates(java.lang.String imageFieldName)voidSaveAs(java.lang.String filename, boolean includeHeaders)voidsetAnonymousID(java.lang.String AnonymousID)voidsetBrowser(HttpBrowserCapabilities Browser)voidsetContentEncoding(Encoding ContentEncoding)voidsetContentType(java.lang.String ContentType)voidsetFilter(Stream Filter)voidsetJCOInstance(JCObject instance)voidsetRawUrl(java.lang.String RawUrl)voidsetRequestContext(RequestContext RequestContext)voidsetRequestType(java.lang.String RequestType)voidValidateInput()
-
-
-
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.HttpRequest- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpRequest
public HttpRequest(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpRequest
public HttpRequest() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HttpRequest
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionHttpExceptionNotSupportedExceptionConfigurationErrorsExceptionThreadAbortException
-
-
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 HttpRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpRequest, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpRequestinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BinaryRead
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFormatExceptionOverflowException
-
MapRawImageCoordinates
public double[] MapRawImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, ConfigurationErrorsException, HttpException, NotSupportedException, NullReferenceException, InvalidOperationException, ThreadAbortException, ConfigurationException, SecurityException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionConfigurationErrorsExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionConfigurationExceptionSecurityExceptionFormatExceptionOverflowException
-
MapImageCoordinates
public int[] MapImageCoordinates(java.lang.String imageFieldName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, ConfigurationErrorsException, HttpException, NotSupportedException, NullReferenceException, InvalidOperationException, ThreadAbortException, ConfigurationException, SecurityException, FormatException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionConfigurationErrorsExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionConfigurationExceptionSecurityExceptionFormatExceptionOverflowException
-
GetBufferedInputStream
public Stream GetBufferedInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowException
-
GetBufferlessInputStream
public Stream GetBufferlessInputStream(boolean disableMaxRequestLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, ConfigurationException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionOverflowException
-
MapPath
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
MapPath
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionThreadAbortExceptionHttpRequestValidationException
-
Abort
public void Abort() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
InsertEntityBody
public void InsertEntityBody() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
InsertEntityBody
public void InsertEntityBody(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedException
-
InsertEntityBody
public void InsertEntityBody(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionPlatformNotSupportedException
-
SaveAs
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionInvalidOperationExceptionConfigurationErrorsExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionFormatExceptionOverflowException
-
ValidateInput
public void ValidateInput() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsAuthenticated
public boolean getIsAuthenticated() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsSecureConnection
public boolean getIsSecureConnection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContentLength
public int getContentLength() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException
-
getTotalBytes
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionOverflowException
-
getForm
public NameValueCollection getForm() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NullReferenceException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, ConfigurationErrorsException, NotSupportedException, MissingManifestResourceException, ConfigurationException, HttpException, SecurityException, IOException, PathTooLongException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionNullReferenceExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingManifestResourceExceptionConfigurationExceptionHttpExceptionSecurityExceptionIOExceptionPathTooLongExceptionFormatExceptionOverflowException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ThreadAbortException, IndexOutOfRangeException, HttpRequestValidationException, CultureNotFoundException, OutOfMemoryException, HttpException, ConfigurationErrorsException, ConfigurationException, AmbiguousMatchException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionThreadAbortExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionCultureNotFoundExceptionOutOfMemoryExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionAmbiguousMatchExceptionKeyNotFoundException
-
getParams
public 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
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionConfigurationExceptionOverflowExceptionIndexOutOfRangeExceptionHttpRequestValidationException
-
getQueryString
public NameValueCollection getQueryString() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, HttpRequestValidationException, HttpException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidOperationException, ThreadAbortException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionHttpRequestValidationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidOperationExceptionThreadAbortExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedException
-
getServerVariables
public NameValueCollection getServerVariables() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeException
-
getFilter
public Stream getFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getInputStream
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionSecurityExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionOverflowException
-
getHttpChannelBinding
public ChannelBinding getHttpChannelBinding() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullException
-
getLogonUserIdentity
public WindowsIdentity getLogonUserIdentity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityException
-
getAnonymousID
public java.lang.String getAnonymousID() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAnonymousID
public void setAnonymousID(java.lang.String AnonymousID) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getApplicationPath
public java.lang.String getApplicationPath() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException
-
getAppRelativeCurrentExecutionFilePath
public java.lang.String getAppRelativeCurrentExecutionFilePath() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ArgumentException, ThreadAbortException, HttpRequestValidationException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCurrentExecutionFilePath
public java.lang.String getCurrentExecutionFilePath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
getCurrentExecutionFilePathExtension
public java.lang.String getCurrentExecutionFilePathExtension() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
getFilePath
public java.lang.String getFilePath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ProviderException, ConfigurationErrorsException, CultureNotFoundException, ThreadAbortException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionThreadAbortExceptionHttpRequestValidationException
-
getHttpMethod
public java.lang.String getHttpMethod() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPath
public java.lang.String getPath() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ArgumentException, ThreadAbortException, MissingMethodException, TargetInvocationException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionArgumentExceptionThreadAbortExceptionMissingMethodExceptionTargetInvocationExceptionHttpRequestValidationException
-
getPathInfo
public java.lang.String getPathInfo() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ArgumentException, ThreadAbortException, HttpRequestValidationException
-
getPhysicalApplicationPath
public java.lang.String getPhysicalApplicationPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException
-
getPhysicalPath
public java.lang.String getPhysicalPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationException
-
getRawUrl
public java.lang.String getRawUrl() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, OutOfMemoryException, ArgumentException, CultureNotFoundException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, NullReferenceException
-
setRawUrl
public void setRawUrl(java.lang.String RawUrl) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRequestType
public java.lang.String getRequestType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRequestType
public void setRequestType(java.lang.String RequestType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserAgent
public java.lang.String getUserAgent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserHostAddress
public java.lang.String getUserHostAddress() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserHostName
public java.lang.String getUserHostName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAcceptTypes
public java.lang.String[] getAcceptTypes() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, ThreadAbortException, HttpRequestValidationException, HttpException, ConfigurationErrorsException, ConfigurationException, FormatException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionThreadAbortExceptionHttpRequestValidationExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionFormatExceptionNullReferenceException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTimedOutToken
public CancellationToken getTimedOutToken() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AggregateException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, HttpException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, ThreadAbortException, InvalidOperationException, IndexOutOfRangeException, HttpRequestValidationException, CultureNotFoundException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, UriFormatException
- Throws:
java.lang.ThrowableHttpExceptionArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionCultureNotFoundExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionUriFormatException
-
getUrlReferrer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedException
-
getBrowser
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
- Throws:
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionTypeLoadExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionConfigurationExceptionHttpCompileExceptionHttpParseExceptionArgumentOutOfRangeExceptionOperationCanceledExceptionNullReferenceExceptionTargetParameterCountException
-
setBrowser
public void setBrowser(HttpBrowserCapabilities Browser) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientCertificate
public HttpClientCertificate getClientCertificate() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidTimeZoneException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, SecurityException, TargetParameterCountException, NotSupportedException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidTimeZoneExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionFormatExceptionOverflowException
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ConfigurationErrorsException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ConfigurationException, HttpRequestValidationException
-
getFiles
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionIndexOutOfRangeExceptionSecurityExceptionFormatExceptionOverflowExceptionHttpRequestValidationExceptionNotSupportedExceptionNullReferenceException
-
getTlsTokenBindingInfo
public ITlsTokenBindingInfo getTlsTokenBindingInfo() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getReadEntityBodyMode
public ReadEntityBodyMode getReadEntityBodyMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRequestContext
public RequestContext getRequestContext() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
setRequestContext
public void setRequestContext(RequestContext RequestContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUnvalidated
public UnvalidatedRequestValues getUnvalidated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-