public class WSDualHttpBinding extends Binding
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.WSDualHttpBinding
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.WSDualHttpBinding
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WSDualHttpBinding() |
WSDualHttpBinding(java.lang.Object instance)
Internal constructor.
|
WSDualHttpBinding(java.lang.String configName) |
WSDualHttpBinding(WSDualHttpSecurityMode securityMode) |
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 WSDualHttpBinding()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
NotSupportedException
public WSDualHttpBinding(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WSDualHttpBinding(java.lang.String configName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
KeyNotFoundException,
ConfigurationException,
TypeLoadException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationExceptionTypeLoadExceptionConfigurationErrorsExceptionpublic WSDualHttpBinding(WSDualHttpSecurityMode securityMode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
public static WSDualHttpBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WSDualHttpBinding, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWSDualHttpBinding instancejava.lang.Throwable - in case of error during cast operationpublic BindingElementCollection CreateBindingElements() throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, XmlException
CreateBindingElements in class Bindingjava.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionXmlExceptionpublic boolean getBypassProxyOnLocal()
throws java.lang.Throwable
java.lang.Throwablepublic Uri getClientBaseAddress() 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 long getMaxReceivedMessageSize()
throws java.lang.Throwable
java.lang.Throwablepublic WSMessageEncoding getMessageEncoding() 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 ReliableSession getReliableSession() throws java.lang.Throwable
java.lang.Throwablepublic WSDualHttpSecurity getSecurity() throws java.lang.Throwable
java.lang.Throwablepublic Encoding getTextEncoding() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTransactionFlow()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseDefaultWebProxy()
throws java.lang.Throwable
java.lang.Throwablepublic void setBypassProxyOnLocal(boolean BypassProxyOnLocal)
throws java.lang.Throwable
java.lang.Throwablepublic void setClientBaseAddress(Uri ClientBaseAddress) 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 setMaxReceivedMessageSize(long MaxReceivedMessageSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setMessageEncoding(WSMessageEncoding MessageEncoding) throws java.lang.Throwable
java.lang.Throwablepublic void setProxyAddress(Uri ProxyAddress) throws java.lang.Throwable
java.lang.Throwablepublic void setReaderQuotas(XmlDictionaryReaderQuotas ReaderQuotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public void setReliableSession(ReliableSession ReliableSession) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setSecurity(WSDualHttpSecurity Security) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, 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 setTransactionFlow(boolean TransactionFlow)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseDefaultWebProxy(boolean UseDefaultWebProxy)
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeReaderQuotas()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeReliableSession()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeSecurity()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeTextEncoding()
throws java.lang.Throwable
java.lang.Throwable