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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.HttpRequeststatic JCType
classType
The 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 void
Abort()
byte[]
BinaryRead(int count)
static HttpRequest
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpRequest
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeWindowsIdentity
getLogonUserIdentity()
NameValueCollection
getParams()
java.lang.String
getPath()
java.lang.String
getPathInfo()
java.lang.String
getPhysicalApplicationPath()
java.lang.String
getPhysicalPath()
NameValueCollection
getQueryString()
java.lang.String
getRawUrl()
ReadEntityBodyMode
getReadEntityBodyMode()
RequestContext
getRequestContext()
java.lang.String
getRequestType()
NameValueCollection
getServerVariables()
CancellationToken
getTimedOutToken()
ITlsTokenBindingInfo
getTlsTokenBindingInfo()
int
getTotalBytes()
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()
-
-
-
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.Throwable
Internal 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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
MemberAccessException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
HttpException
NotSupportedException
ConfigurationErrorsException
ThreadAbortException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpRequest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpRequest
instance- 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
SecurityException
IOException
PathTooLongException
FormatException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
ConfigurationErrorsException
HttpException
NotSupportedException
NullReferenceException
InvalidOperationException
ThreadAbortException
ConfigurationException
SecurityException
FormatException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
ConfigurationErrorsException
HttpException
NotSupportedException
NullReferenceException
InvalidOperationException
ThreadAbortException
ConfigurationException
SecurityException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
ArgumentOutOfRangeException
ConfigurationException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
ArgumentOutOfRangeException
ConfigurationException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
ArgumentOutOfRangeException
ConfigurationException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
CultureNotFoundException
ThreadAbortException
HttpRequestValidationException
-
Abort
public void Abort() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
InsertEntityBody
public void InsertEntityBody() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
-
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.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
-
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.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
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
NullReferenceException
ArgumentNullException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
ConfigurationErrorsException
NotSupportedException
MissingManifestResourceException
ConfigurationException
HttpException
SecurityException
IOException
PathTooLongException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
NotSupportedException
ThreadAbortException
IndexOutOfRangeException
HttpRequestValidationException
CultureNotFoundException
OutOfMemoryException
HttpException
ConfigurationErrorsException
ConfigurationException
AmbiguousMatchException
KeyNotFoundException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
NotImplementedException
NotSupportedException
InvalidOperationException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
ArgumentOutOfRangeException
HttpException
ConfigurationErrorsException
MissingManifestResourceException
ConfigurationException
OverflowException
IndexOutOfRangeException
HttpRequestValidationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
HttpRequestValidationException
HttpException
ConfigurationErrorsException
NotSupportedException
NullReferenceException
InvalidOperationException
ThreadAbortException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
-
getServerVariables
public NameValueCollection getServerVariables() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
NotImplementedException
NotSupportedException
InvalidOperationException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
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.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
-
getHttpChannelBinding
public ChannelBinding getHttpChannelBinding() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
-
getLogonUserIdentity
public WindowsIdentity getLogonUserIdentity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
SecurityException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
CultureNotFoundException
ThreadAbortException
HttpRequestValidationException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ArgumentException
ThreadAbortException
MissingMethodException
TargetInvocationException
HttpRequestValidationException
-
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.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
MissingManifestResourceException
HttpException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
NotSupportedException
CultureNotFoundException
InvalidOperationException
MissingManifestResourceException
ThreadAbortException
HttpRequestValidationException
HttpException
ConfigurationErrorsException
ConfigurationException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AggregateException
-
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.Throwable
HttpException
ArgumentNullException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
ThreadAbortException
InvalidOperationException
IndexOutOfRangeException
HttpRequestValidationException
CultureNotFoundException
ConfigurationErrorsException
NotSupportedException
NullReferenceException
UriFormatException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
SecurityException
MemberAccessException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
HttpException
ThreadAbortException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
-
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.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
TypeLoadException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
ConfigurationException
HttpCompileException
HttpParseException
ArgumentOutOfRangeException
OperationCanceledException
NullReferenceException
TargetParameterCountException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidTimeZoneException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
SecurityException
TargetParameterCountException
NotSupportedException
FormatException
OverflowException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
ConfigurationException
IndexOutOfRangeException
SecurityException
FormatException
OverflowException
HttpRequestValidationException
NotSupportedException
NullReferenceException
-
getTlsTokenBindingInfo
public ITlsTokenBindingInfo getTlsTokenBindingInfo() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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
-
-