public class HttpListenerRequest extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.HttpListenerRequest
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.Net.HttpListener, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.HttpListener
|
static java.lang.String |
className
Qualified class name: System.Net.HttpListenerRequest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpListenerRequest() |
HttpListenerRequest(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpListenerRequest()
throws java.lang.Throwable
java.lang.Throwablepublic HttpListenerRequest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginGetClientCertificate(AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, OutOfMemoryException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, KeyNotFoundException, ObjectDisposedException, ApplicationException, ThreadStateException, MissingMethodException, TargetInvocationException, HttpListenerException, CryptographicException, TaskSchedulerException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionKeyNotFoundExceptionObjectDisposedExceptionApplicationExceptionThreadStateExceptionMissingMethodExceptionTargetInvocationExceptionHttpListenerExceptionCryptographicExceptionTaskSchedulerExceptionpublic static HttpListenerRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpListenerRequest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpListenerRequest instancejava.lang.Throwable - in case of error during cast operationpublic X509Certificate2 EndGetClientCertificate(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, FormatException, EventSourceException, AbandonedMutexException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionFormatExceptionEventSourceExceptionAbandonedMutexExceptionpublic java.lang.String[] getAcceptTypes()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic X509Certificate2 GetClientCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicExceptionpublic int getClientCertificateError()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic Encoding getContentEncoding() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, PlatformNotSupportedException, OutOfMemoryException, FormatException, EventSourceException, ExternalException, ArgumentNullException, CultureNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionExternalExceptionArgumentNullExceptionCultureNotFoundExceptionpublic long getContentLength64()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic java.lang.String getContentType()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic CookieCollection getCookies() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException, CookieException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionCookieExceptionpublic boolean getHasEntityBody()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
PlatformNotSupportedException,
OutOfMemoryException,
FormatException,
EventSourceException,
ExternalException,
ArgumentNullException,
CultureNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionExternalExceptionArgumentNullExceptionCultureNotFoundExceptionpublic NameValueCollection getHeaders() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, FormatException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, EventSourceException, KeyNotFoundException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionEventSourceExceptionKeyNotFoundExceptionpublic java.lang.String getHttpMethod()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
EventSourceException,
KeyNotFoundException
public Stream getInputStream() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException, ExternalException, ArgumentNullException, NullReferenceException, CultureNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionNotSupportedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionExternalExceptionArgumentNullExceptionNullReferenceExceptionCultureNotFoundExceptionpublic boolean getIsAuthenticated()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLocal()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
OutOfMemoryException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionpublic boolean getIsSecureConnection()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsWebSocketRequest()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getKeepAlive()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic IPEndPoint getLocalEndPoint() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, EventSourceException, KeyNotFoundException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionInvalidOperationExceptionEventSourceExceptionKeyNotFoundExceptionpublic Version getProtocolVersion() throws java.lang.Throwable
java.lang.Throwablepublic NameValueCollection getQueryString() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, NotSupportedException, EventSourceException, InvalidOperationException, ObjectDisposedException
public java.lang.String getRawUrl()
throws java.lang.Throwable
java.lang.Throwablepublic IPEndPoint getRemoteEndPoint() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, EventSourceException, KeyNotFoundException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidOperationExceptionEventSourceExceptionKeyNotFoundExceptionpublic Guid getRequestTraceIdentifier() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getServiceName()
throws java.lang.Throwable
java.lang.Throwablepublic TransportContext getTransportContext() throws java.lang.Throwable
java.lang.Throwablepublic Uri getUrl() throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidOperationException
public Uri getUrlReferrer() throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException, UnreachableException, UriFormatException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionUnreachableExceptionUriFormatExceptionpublic java.lang.String getUserAgent()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic java.lang.String getUserHostAddress()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
OutOfMemoryException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionArgumentExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionpublic java.lang.String getUserHostName()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic java.lang.String[] getUserLanguages()
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException,
FormatException,
EventSourceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setServiceName(java.lang.String ServiceName)
throws java.lang.Throwable
java.lang.Throwable