public class SimpleWorkerRequest extends HttpWorkerRequest
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Hosting.SimpleWorkerRequest
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.Hosting.SimpleWorkerRequest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SimpleWorkerRequest() |
SimpleWorkerRequest(java.lang.Object instance)
Internal constructor.
|
SimpleWorkerRequest(java.lang.String appVirtualDir,
java.lang.String appPhysicalDir,
java.lang.String page,
java.lang.String query,
TextWriter output) |
SimpleWorkerRequest(java.lang.String page,
java.lang.String query,
TextWriter output) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleWorkerRequest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SimpleWorkerRequest, a cast assert is made to check if types are compatible. |
void |
EndOfRequest() |
void |
FlushResponse(boolean finalFlush) |
java.lang.String |
GetAppPath() |
java.lang.String |
GetAppPathTranslated() |
java.lang.String |
GetFilePath() |
java.lang.String |
GetFilePathTranslated() |
java.lang.String |
GetHttpVerbName() |
java.lang.String |
GetHttpVersion() |
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
|
java.lang.String |
GetLocalAddress() |
int |
GetLocalPort() |
java.lang.String |
GetPathInfo() |
java.lang.String |
GetQueryString() |
java.lang.String |
GetRawUrl() |
java.lang.String |
GetRemoteAddress() |
int |
GetRemotePort() |
java.lang.String |
GetServerVariable(java.lang.String name) |
java.lang.String |
GetUriPath() |
java.lang.String |
MapPath(java.lang.String path) |
void |
SendKnownResponseHeader(int index,
java.lang.String value) |
void |
SendResponseFromFile(java.lang.String filename,
long offset,
long length) |
void |
SendResponseFromMemory(byte[] data,
int length) |
void |
SendResponseFromMemory(JCORefOut dupParam0,
int dupParam1) |
void |
SendStatus(int statusCode,
java.lang.String statusDescription) |
void |
SendUnknownResponseHeader(java.lang.String name,
java.lang.String value) |
void |
setJCOInstance(JCObject instance) |
BeginFlush, BeginRead, BeginRead, CloseConnection, EndFlush, EndRead, GetAppPoolID, GetBytesRead, GetClientCertificate, GetClientCertificateBinaryIssuer, GetClientCertificateEncoding, GetClientCertificatePublicKey, GetClientCertificateValidFrom, GetClientCertificateValidUntil, GetConnectionID, GetKnownRequestHeader, GetKnownRequestHeaderIndex, GetKnownRequestHeaderName, GetKnownResponseHeaderIndex, GetKnownResponseHeaderName, getMachineConfigPath, getMachineInstallDirectory, GetPreloadedEntityBody, GetPreloadedEntityBody, GetPreloadedEntityBody, GetPreloadedEntityBodyLength, GetProtocol, GetQueryStringRawBytes, GetRemoteName, GetRequestReason, getRequestTraceIdentifier, getRootWebConfigPath, GetServerName, GetStatusDescription, getSupportsAsyncFlush, getSupportsAsyncRead, GetTotalEntityBodyLength, GetUnknownRequestHeader, GetUrlContextID, HasEntityBody, HeadersSent, IsClientConnected, IsEntireEntityBodyIsPreloaded, IsSecure, ReadEntityBody, ReadEntityBody, ReadEntityBody, ReadEntityBody, SendCalculatedContentLength, SendCalculatedContentLengthpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SimpleWorkerRequest()
throws java.lang.Throwable
java.lang.Throwablepublic SimpleWorkerRequest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SimpleWorkerRequest(java.lang.String appVirtualDir,
java.lang.String appPhysicalDir,
java.lang.String page,
java.lang.String query,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
NullReferenceException,
ArgumentException,
CultureNotFoundException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
HttpException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNullReferenceExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionHttpExceptionpublic SimpleWorkerRequest(java.lang.String page,
java.lang.String query,
TextWriter output)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
NullReferenceException,
ArgumentException,
CultureNotFoundException,
IndexOutOfRangeException,
PathTooLongException,
MemberAccessException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNullReferenceExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic static SimpleWorkerRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SimpleWorkerRequest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSimpleWorkerRequest instancejava.lang.Throwable - in case of error during cast operationpublic void EndOfRequest()
throws java.lang.Throwable
EndOfRequest in class HttpWorkerRequestjava.lang.Throwablepublic void FlushResponse(boolean finalFlush)
throws java.lang.Throwable
FlushResponse in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetAppPath()
throws java.lang.Throwable
GetAppPath in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetAppPathTranslated()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
GetAppPathTranslated in class HttpWorkerRequestjava.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionpublic java.lang.String GetFilePath()
throws java.lang.Throwable,
NullReferenceException,
IndexOutOfRangeException
GetFilePath in class HttpWorkerRequestjava.lang.ThrowableNullReferenceExceptionIndexOutOfRangeExceptionpublic java.lang.String GetFilePathTranslated()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
GetFilePathTranslated in class HttpWorkerRequestjava.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionpublic java.lang.String GetHttpVerbName()
throws java.lang.Throwable
GetHttpVerbName in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetHttpVersion()
throws java.lang.Throwable
GetHttpVersion in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpWorkerRequestString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpWorkerRequestString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpWorkerRequestObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpWorkerRequestString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpWorkerRequestJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetLocalAddress()
throws java.lang.Throwable
GetLocalAddress in class HttpWorkerRequestjava.lang.Throwablepublic int GetLocalPort()
throws java.lang.Throwable
GetLocalPort in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetPathInfo()
throws java.lang.Throwable
GetPathInfo in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetQueryString()
throws java.lang.Throwable
GetQueryString in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetRawUrl()
throws java.lang.Throwable,
NullReferenceException,
IndexOutOfRangeException
GetRawUrl in class HttpWorkerRequestjava.lang.ThrowableNullReferenceExceptionIndexOutOfRangeExceptionpublic java.lang.String GetRemoteAddress()
throws java.lang.Throwable
GetRemoteAddress in class HttpWorkerRequestjava.lang.Throwablepublic int GetRemotePort()
throws java.lang.Throwable
GetRemotePort in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetServerVariable(java.lang.String name)
throws java.lang.Throwable
GetServerVariable in class HttpWorkerRequestjava.lang.Throwablepublic java.lang.String GetUriPath()
throws java.lang.Throwable,
NullReferenceException,
IndexOutOfRangeException
GetUriPath in class HttpWorkerRequestjava.lang.ThrowableNullReferenceExceptionIndexOutOfRangeExceptionpublic java.lang.String MapPath(java.lang.String path)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NullReferenceException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException
MapPath in class HttpWorkerRequestjava.lang.ThrowableArgumentOutOfRangeExceptionNullReferenceExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionpublic void SendKnownResponseHeader(int index,
java.lang.String value)
throws java.lang.Throwable
SendKnownResponseHeader in class HttpWorkerRequestjava.lang.Throwablepublic void SendResponseFromFile(java.lang.String filename,
long offset,
long length)
throws java.lang.Throwable
SendResponseFromFile in class HttpWorkerRequestjava.lang.Throwablepublic void SendResponseFromMemory(byte[] data,
int length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException
SendResponseFromMemory in class HttpWorkerRequestjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionpublic void SendResponseFromMemory(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException
SendResponseFromMemory in class HttpWorkerRequestjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionpublic void SendStatus(int statusCode,
java.lang.String statusDescription)
throws java.lang.Throwable
SendStatus in class HttpWorkerRequestjava.lang.Throwablepublic void SendUnknownResponseHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable
SendUnknownResponseHeader in class HttpWorkerRequestjava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpWorkerRequest