public class HttpBindingBase extends Binding
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.HttpBindingBase
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.HttpBindingBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpBindingBase() |
HttpBindingBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpBindingBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpBindingBase, a cast assert is made to check if types are compatible. |
boolean |
getAllowCookies() |
boolean |
getBypassProxyOnLocal() |
EnvelopeVersion |
getEnvelopeVersion() |
HostNameComparisonMode |
getHostNameComparisonMode() |
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
|
long |
getMaxBufferPoolSize() |
int |
getMaxBufferSize() |
long |
getMaxReceivedMessageSize() |
Uri |
getProxyAddress() |
XmlDictionaryReaderQuotas |
getReaderQuotas() |
Encoding |
getTextEncoding() |
TransferMode |
getTransferMode() |
boolean |
getUseDefaultWebProxy() |
void |
setAllowCookies(boolean AllowCookies) |
void |
setBypassProxyOnLocal(boolean BypassProxyOnLocal) |
void |
setHostNameComparisonMode(HostNameComparisonMode HostNameComparisonMode) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxBufferPoolSize(long MaxBufferPoolSize) |
void |
setMaxBufferSize(int MaxBufferSize) |
void |
setMaxReceivedMessageSize(long MaxReceivedMessageSize) |
void |
setProxyAddress(Uri ProxyAddress) |
void |
setReaderQuotas(XmlDictionaryReaderQuotas ReaderQuotas) |
void |
setTextEncoding(Encoding TextEncoding) |
void |
setTransferMode(TransferMode TransferMode) |
void |
setUseDefaultWebProxy(boolean UseDefaultWebProxy) |
boolean |
ShouldSerializeReaderQuotas() |
boolean |
ShouldSerializeTextEncoding() |
CreateBindingElements, getCloseTimeout, getMessageVersion, getName, getNamespace, getOpenTimeout, getReceiveTimeout, getScheme, getSendTimeout, setCloseTimeout, setName, setNamespace, setOpenTimeout, setReceiveTimeout, setSendTimeout, ShouldSerializeName, ShouldSerializeNamespacepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpBindingBase()
throws java.lang.Throwable
java.lang.Throwablepublic HttpBindingBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpBindingBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpBindingBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpBindingBase instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowCookies()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBypassProxyOnLocal()
throws java.lang.Throwable
java.lang.Throwablepublic EnvelopeVersion getEnvelopeVersion() throws java.lang.Throwable
java.lang.Throwablepublic HostNameComparisonMode getHostNameComparisonMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class BindingString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class BindingString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class BindingObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class BindingString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class BindingJCType representing the CLR Type of the instantiated Classpublic long getMaxBufferPoolSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxBufferSize()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaxReceivedMessageSize()
throws java.lang.Throwable
java.lang.Throwablepublic Uri getProxyAddress() throws java.lang.Throwable
java.lang.Throwablepublic XmlDictionaryReaderQuotas getReaderQuotas() throws java.lang.Throwable
java.lang.Throwablepublic Encoding getTextEncoding() throws java.lang.Throwable
java.lang.Throwablepublic TransferMode getTransferMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseDefaultWebProxy()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowCookies(boolean AllowCookies)
throws java.lang.Throwable
java.lang.Throwablepublic void setBypassProxyOnLocal(boolean BypassProxyOnLocal)
throws java.lang.Throwable
java.lang.Throwablepublic void setHostNameComparisonMode(HostNameComparisonMode HostNameComparisonMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Bindingpublic void setMaxBufferPoolSize(long MaxBufferPoolSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setMaxBufferSize(int MaxBufferSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setMaxReceivedMessageSize(long MaxReceivedMessageSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setProxyAddress(Uri ProxyAddress) throws java.lang.Throwable
java.lang.Throwablepublic void setReaderQuotas(XmlDictionaryReaderQuotas ReaderQuotas) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException
public void setTextEncoding(Encoding TextEncoding) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionpublic void setTransferMode(TransferMode TransferMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setUseDefaultWebProxy(boolean UseDefaultWebProxy)
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeReaderQuotas()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeTextEncoding()
throws java.lang.Throwable
java.lang.Throwable