public class MultipartFormDataContent extends MultipartContent
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.MultipartFormDataContent
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.Http, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Http
|
static java.lang.String |
className
Qualified class name: System.Net.Http.MultipartFormDataContent
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MultipartFormDataContent() |
MultipartFormDataContent(java.lang.Object instance)
Internal constructor.
|
MultipartFormDataContent(java.lang.String boundary) |
| Modifier and Type | Method and Description |
|---|---|
void |
Add(HttpContent content) |
void |
Add(HttpContent content,
java.lang.String name) |
void |
Add(HttpContent content,
java.lang.String name,
java.lang.String fileName) |
static MultipartFormDataContent |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MultipartFormDataContent, a cast assert is made to check if types are compatible. |
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
|
void |
setJCOInstance(JCObject instance) |
close, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, getHeaders, LoadIntoBufferAsync, LoadIntoBufferAsync, LoadIntoBufferAsync, LoadIntoBufferAsync, ReadAsStream, ReadAsStreampublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MultipartFormDataContent()
throws java.lang.Throwable,
PlatformNotSupportedException,
OutOfMemoryException,
ArgumentException,
FormatException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
EventSourceException,
ObjectDisposedException,
UnreachableException,
NotSupportedException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionOutOfMemoryExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionEventSourceExceptionObjectDisposedExceptionUnreachableExceptionNotSupportedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionpublic MultipartFormDataContent(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic MultipartFormDataContent(java.lang.String boundary)
throws java.lang.Throwable,
PlatformNotSupportedException,
OutOfMemoryException,
ArrayTypeMismatchException,
ArgumentException,
InvalidOperationException,
FormatException,
ArgumentNullException,
ArgumentOutOfRangeException,
EventSourceException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
UnreachableException,
RankException,
IndexOutOfRangeException,
InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionArgumentExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionArgumentOutOfRangeExceptionEventSourceExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionUnreachableExceptionRankExceptionIndexOutOfRangeExceptionInvalidCastExceptionpublic void Add(HttpContent content) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, UnreachableException, FormatException
Add in class MultipartContentjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionUnreachableExceptionFormatExceptionpublic void Add(HttpContent content, java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, UnreachableException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionUnreachableExceptionFormatExceptionOutOfMemoryExceptionpublic void Add(HttpContent content, java.lang.String name, java.lang.String fileName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, UnreachableException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionUnreachableExceptionFormatExceptionOutOfMemoryExceptionpublic static MultipartFormDataContent cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MultipartFormDataContent, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMultipartFormDataContent instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MultipartContentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MultipartContentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MultipartContentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MultipartContentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MultipartContentJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MultipartContent