Package system.web

Class HttpWorkerRequest

    • 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.HttpWorkerRequest
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • HttpWorkerRequest

        public HttpWorkerRequest​(java.lang.Object instance)
                          throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • HttpWorkerRequest

        public HttpWorkerRequest()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • HeadersSent

        public boolean HeadersSent()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsClientConnected

        public boolean IsClientConnected()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsEntireEntityBodyIsPreloaded

        public boolean IsEntireEntityBodyIsPreloaded()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsSecure

        public boolean IsSecure()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetClientCertificate

        public byte[] GetClientCertificate()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetClientCertificateBinaryIssuer

        public byte[] GetClientCertificateBinaryIssuer()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetClientCertificatePublicKey

        public byte[] GetClientCertificatePublicKey()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetPreloadedEntityBody

        public byte[] GetPreloadedEntityBody()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetQueryStringRawBytes

        public byte[] GetQueryStringRawBytes()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetClientCertificateEncoding

        public int GetClientCertificateEncoding()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetLocalPort

        public int GetLocalPort()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetPreloadedEntityBody

        public int GetPreloadedEntityBody​(byte[] buffer,
                                          int offset)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetPreloadedEntityBody

        public int GetPreloadedEntityBody​(JCORefOut dupParam0,
                                          int dupParam1)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetPreloadedEntityBodyLength

        public int GetPreloadedEntityBodyLength()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRemotePort

        public int GetRemotePort()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRequestReason

        public int GetRequestReason()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReadEntityBody

        public int ReadEntityBody​(byte[] buffer,
                                  int size)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ReadEntityBody

        public int ReadEntityBody​(JCORefOut dupParam0,
                                  int dupParam1)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetBytesRead

        public long GetBytesRead()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetConnectionID

        public long GetConnectionID()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetUrlContextID

        public long GetUrlContextID()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetAppPath

        public java.lang.String GetAppPath()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetAppPathTranslated

        public java.lang.String GetAppPathTranslated()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetAppPoolID

        public java.lang.String GetAppPoolID()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFilePath

        public java.lang.String GetFilePath()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFilePathTranslated

        public java.lang.String GetFilePathTranslated()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetHttpVerbName

        public java.lang.String GetHttpVerbName()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetHttpVersion

        public java.lang.String GetHttpVersion()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetKnownRequestHeader

        public java.lang.String GetKnownRequestHeader​(int index)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetKnownRequestHeaderName

        public static java.lang.String GetKnownRequestHeaderName​(int index)
                                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetKnownResponseHeaderName

        public static java.lang.String GetKnownResponseHeaderName​(int index)
                                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetLocalAddress

        public java.lang.String GetLocalAddress()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetPathInfo

        public java.lang.String GetPathInfo()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetProtocol

        public java.lang.String GetProtocol()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetQueryString

        public java.lang.String GetQueryString()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRawUrl

        public java.lang.String GetRawUrl()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRemoteAddress

        public java.lang.String GetRemoteAddress()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRemoteName

        public java.lang.String GetRemoteName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetServerName

        public java.lang.String GetServerName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetServerVariable

        public java.lang.String GetServerVariable​(java.lang.String name)
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetStatusDescription

        public static java.lang.String GetStatusDescription​(int code)
                                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetUnknownRequestHeader

        public java.lang.String GetUnknownRequestHeader​(java.lang.String name)
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetUriPath

        public java.lang.String GetUriPath()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MapPath

        public java.lang.String MapPath​(java.lang.String virtualPath)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CloseConnection

        public void CloseConnection()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndOfRequest

        public void EndOfRequest()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • FlushResponse

        public void FlushResponse​(boolean finalFlush)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendCalculatedContentLength

        public void SendCalculatedContentLength​(int contentLength)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendCalculatedContentLength

        public void SendCalculatedContentLength​(long contentLength)
                                         throws java.lang.Throwable,
                                                OverflowException
        Throws:
        java.lang.Throwable
        OverflowException
      • SendKnownResponseHeader

        public void SendKnownResponseHeader​(int index,
                                            java.lang.String value)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendResponseFromFile

        public void SendResponseFromFile​(java.lang.String filename,
                                         long offset,
                                         long length)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendResponseFromMemory

        public void SendResponseFromMemory​(byte[] data,
                                           int length)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendResponseFromMemory

        public void SendResponseFromMemory​(JCORefOut dupParam0,
                                           int dupParam1)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendStatus

        public void SendStatus​(int statusCode,
                               java.lang.String statusDescription)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SendUnknownResponseHeader

        public void SendUnknownResponseHeader​(java.lang.String name,
                                              java.lang.String value)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSupportsAsyncFlush

        public boolean getSupportsAsyncFlush()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSupportsAsyncRead

        public boolean getSupportsAsyncRead()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequestTraceIdentifier

        public Guid getRequestTraceIdentifier()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMachineConfigPath

        public java.lang.String getMachineConfigPath()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMachineInstallDirectory

        public java.lang.String getMachineInstallDirectory()
                                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRootWebConfigPath

        public java.lang.String getRootWebConfigPath()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable