public class HttpTransportBindingElement extends TransportBindingElement implements IWsdlExportExtension, IPolicyExportExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.HttpTransportBindingElement
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.HttpTransportBindingElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpTransportBindingElement() |
HttpTransportBindingElement(java.lang.Object instance)
Internal constructor.
|
getManualAddressing, getMaxBufferPoolSize, getMaxReceivedMessageSize, getScheme, setManualAddressing, setMaxBufferPoolSize, setMaxReceivedMessageSizeEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringExportContract, ExportEndpoint, ToIWsdlExportExtensionExportPolicy, ToIPolicyExportExtensionpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpTransportBindingElement()
throws java.lang.Throwable
java.lang.Throwablepublic HttpTransportBindingElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpTransportBindingElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpTransportBindingElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpTransportBindingElement instancejava.lang.Throwable - in case of error during cast operationpublic BindingElement Clone() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException
Clone in class BindingElementjava.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUriFormatExceptionpublic boolean getAllowCookies()
throws java.lang.Throwable
java.lang.Throwablepublic AuthenticationSchemes getAuthenticationScheme() throws java.lang.Throwable
java.lang.Throwablepublic boolean getBypassProxyOnLocal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getDecompressionEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic ExtendedProtectionPolicy getExtendedProtectionPolicy() 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 interface IPolicyExportExtensiongetJCOAssemblyName in interface IWsdlExportExtensiongetJCOAssemblyName in class TransportBindingElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IPolicyExportExtensiongetJCOClassName in interface IWsdlExportExtensiongetJCOClassName in class TransportBindingElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IPolicyExportExtensiongetJCOInstance in interface IWsdlExportExtensiongetJCOInstance in class TransportBindingElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IPolicyExportExtensiongetJCOObjectName in interface IWsdlExportExtensiongetJCOObjectName in class TransportBindingElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IPolicyExportExtensiongetJCOType in interface IWsdlExportExtensiongetJCOType in class TransportBindingElementJCType representing the CLR Type of the instantiated Classpublic boolean getKeepAliveEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxBufferSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxPendingAccepts()
throws java.lang.Throwable
java.lang.Throwablepublic HttpMessageHandlerFactory getMessageHandlerFactory() throws java.lang.Throwable
java.lang.Throwablepublic Uri getProxyAddress() throws java.lang.Throwable
java.lang.Throwablepublic AuthenticationSchemes getProxyAuthenticationScheme() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRealm()
throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getRequestInitializationTimeout() throws java.lang.Throwable
java.lang.Throwablepublic TransferMode getTransferMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUnsafeConnectionNtlmAuthentication()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseDefaultWebProxy()
throws java.lang.Throwable
java.lang.Throwablepublic WebSocketTransportSettings getWebSocketSettings() throws java.lang.Throwable
java.lang.Throwablepublic void setAllowCookies(boolean AllowCookies)
throws java.lang.Throwable
java.lang.Throwablepublic void setAuthenticationScheme(AuthenticationSchemes AuthenticationScheme) throws java.lang.Throwable
java.lang.Throwablepublic void setBypassProxyOnLocal(boolean BypassProxyOnLocal)
throws java.lang.Throwable
java.lang.Throwablepublic void setDecompressionEnabled(boolean DecompressionEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setExtendedProtectionPolicy(ExtendedProtectionPolicy ExtendedProtectionPolicy) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, IOException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, ConfigurationErrorsException, MissingMethodException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionConfigurationErrorsExceptionMissingMethodExceptionpublic void setHostNameComparisonMode(HostNameComparisonMode HostNameComparisonMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TransportBindingElementpublic void setKeepAliveEnabled(boolean KeepAliveEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setMaxBufferSize(int MaxBufferSize)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setMaxPendingAccepts(int MaxPendingAccepts)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setMessageHandlerFactory(HttpMessageHandlerFactory MessageHandlerFactory) throws java.lang.Throwable
java.lang.Throwablepublic void setProxyAddress(Uri ProxyAddress) throws java.lang.Throwable
java.lang.Throwablepublic void setProxyAuthenticationScheme(AuthenticationSchemes ProxyAuthenticationScheme) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setRealm(java.lang.String Realm)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public void setRequestInitializationTimeout(TimeSpan RequestInitializationTimeout) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic void setTransferMode(TransferMode TransferMode) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void setUnsafeConnectionNtlmAuthentication(boolean UnsafeConnectionNtlmAuthentication)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseDefaultWebProxy(boolean UseDefaultWebProxy)
throws java.lang.Throwable
java.lang.Throwablepublic void setWebSocketSettings(WebSocketTransportSettings WebSocketSettings) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public boolean ShouldSerializeExtendedProtectionPolicy()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeMessageHandlerFactory()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeWebSocketSettings()
throws java.lang.Throwable
java.lang.Throwable