public class HttpRequestMessageProperty extends NetObject implements IMessageProperty
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.HttpRequestMessageProperty
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Channels.HttpRequestMessageProperty
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpRequestMessageProperty() |
HttpRequestMessageProperty(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestMessageProperty |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpRequestMessageProperty, a cast assert is made to check if types are compatible. |
WebHeaderCollection |
getHeaders() |
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 |
getMethod() |
static java.lang.String |
getName() |
java.lang.String |
getQueryString() |
boolean |
getSuppressEntityBody() |
void |
setJCOInstance(JCObject instance) |
void |
setMethod(java.lang.String Method) |
void |
setQueryString(java.lang.String QueryString) |
void |
setSuppressEntityBody(boolean SuppressEntityBody) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringCreateCopy, ToIMessagePropertypublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpRequestMessageProperty()
throws java.lang.Throwable
java.lang.Throwablepublic HttpRequestMessageProperty(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpRequestMessageProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpRequestMessageProperty, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpRequestMessageProperty instancejava.lang.Throwable - in case of error during cast operationpublic WebHeaderCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IMessagePropertygetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IMessagePropertygetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IMessagePropertygetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IMessagePropertygetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IMessagePropertygetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMethod()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getQueryString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
UriFormatException,
OutOfMemoryException
public boolean getSuppressEntityBody()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMethod(java.lang.String Method)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
CultureNotFoundException,
NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void setQueryString(java.lang.String QueryString)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
UriFormatException,
SecurityException,
CultureNotFoundException,
NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionUriFormatExceptionSecurityExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void setSuppressEntityBody(boolean SuppressEntityBody)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
InvalidOperationException,
ThreadAbortException,
TaskSchedulerException,
AggregateException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionInvalidOperationExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateException