public class Network extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Devices.Network
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: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Devices.Network
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Network() |
Network(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) |
static Network |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Network, a cast assert is made to check if types are compatible. |
void |
DownloadFile(java.lang.String address,
java.lang.String destinationFileName) |
void |
DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password) |
void |
DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite) |
void |
DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite,
UICancelOption onUserCancel) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout,
boolean overwrite) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout,
boolean overwrite,
UICancelOption onUserCancel) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite) |
void |
DownloadFile(Uri address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite,
UICancelOption onUserCancel) |
boolean |
getIsAvailable() |
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
|
boolean |
Ping(java.lang.String hostNameOrAddress) |
boolean |
Ping(java.lang.String hostNameOrAddress,
int timeout) |
boolean |
Ping(Uri address) |
boolean |
Ping(Uri address,
int timeout) |
void |
removeNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
void |
UploadFile(java.lang.String sourceFileName,
java.lang.String address) |
void |
UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password) |
void |
UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout) |
void |
UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout) |
void |
UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Network()
throws java.lang.Throwable
java.lang.Throwablepublic Network(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static Network cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Network, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNetwork instancejava.lang.Throwable - in case of error during cast operationpublic void DownloadFile(java.lang.String address,
java.lang.String destinationFileName)
throws java.lang.Throwable,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
UnreachableException,
IOException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
ObjectDisposedException,
Win32Exception,
InvalidEnumArgumentException,
WebException,
OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionUnreachableExceptionIOExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionObjectDisposedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password)
throws java.lang.Throwable,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
UnreachableException,
IOException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
ObjectDisposedException,
Win32Exception,
InvalidEnumArgumentException,
WebException,
OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionUnreachableExceptionIOExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionObjectDisposedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
UnreachableException,
OutOfMemoryException,
IOException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
ObjectDisposedException,
InvalidEnumArgumentException,
InvalidAsynchronousStateException,
WebException,
OperationCanceledException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionUnreachableExceptionOutOfMemoryExceptionIOExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionInvalidAsynchronousStateExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(java.lang.String address,
java.lang.String destinationFileName,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
boolean overwrite,
UICancelOption onUserCancel)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
FormatException,
CultureNotFoundException,
UnreachableException,
IOException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
ObjectDisposedException,
InvalidEnumArgumentException,
UriFormatException,
InvalidAsynchronousStateException,
OutOfMemoryException,
WebException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionFormatExceptionCultureNotFoundExceptionUnreachableExceptionIOExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionUriFormatExceptionInvalidAsynchronousStateExceptionOutOfMemoryExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, FormatException, IOException, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, NotSupportedException, Win32Exception, InvalidEnumArgumentException, WebException, OperationCanceledException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionFormatExceptionIOExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName, ICredentials networkCredentials, boolean showUI, int connectionTimeout, boolean overwrite) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FormatException, NotSupportedException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, WebException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionUriFormatExceptionInvalidAsynchronousStateExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName, ICredentials networkCredentials, boolean showUI, int connectionTimeout, boolean overwrite, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, IOException, Win32Exception, NotSupportedException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, FormatException, BadImageFormatException, InvalidEnumArgumentException, UnreachableException, UriFormatException, WebException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionIOExceptionWin32ExceptionNotSupportedExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionFormatExceptionBadImageFormatExceptionInvalidEnumArgumentExceptionUnreachableExceptionUriFormatExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName, java.lang.String userName, java.lang.String password) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, FormatException, IOException, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, NotSupportedException, Win32Exception, InvalidEnumArgumentException, WebException, OperationCanceledException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionFormatExceptionIOExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName, java.lang.String userName, java.lang.String password, boolean showUI, int connectionTimeout, boolean overwrite) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, NotSupportedException, InvalidEnumArgumentException, InvalidAsynchronousStateException, WebException, OperationCanceledException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentNullExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionIOExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidAsynchronousStateExceptionWebExceptionOperationCanceledExceptionpublic void DownloadFile(Uri address, java.lang.String destinationFileName, java.lang.String userName, java.lang.String password, boolean showUI, int connectionTimeout, boolean overwrite, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FormatException, NotSupportedException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, WebException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionIOExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionUriFormatExceptionInvalidAsynchronousStateExceptionWebExceptionOperationCanceledExceptionpublic boolean getIsAvailable()
throws java.lang.Throwable,
OutOfMemoryException,
PlatformNotSupportedException,
InvalidOperationException,
Win32Exception,
SocketException,
NetworkInformationException,
ArgumentOutOfRangeException,
ArgumentException,
EventSourceException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean Ping(java.lang.String hostNameOrAddress)
throws java.lang.Throwable,
OutOfMemoryException,
NetworkInformationException,
ArgumentNullException,
IndexOutOfRangeException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
ObjectDisposedException,
NotSupportedException,
SocketException,
Win32Exception,
TaskCanceledException,
AggregateException,
PingException
java.lang.ThrowableOutOfMemoryExceptionNetworkInformationExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionNotSupportedExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic boolean Ping(java.lang.String hostNameOrAddress,
int timeout)
throws java.lang.Throwable,
OutOfMemoryException,
PlatformNotSupportedException,
NetworkInformationException,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
ArrayTypeMismatchException,
SocketException,
Win32Exception,
TaskCanceledException,
AggregateException,
PingException
java.lang.ThrowableOutOfMemoryExceptionPlatformNotSupportedExceptionNetworkInformationExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionArrayTypeMismatchExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic boolean Ping(Uri address) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NetworkInformationException, RankException, ArrayTypeMismatchException, FormatException, NotSupportedException, SocketException, Win32Exception, TaskCanceledException, AggregateException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionUnreachableExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNetworkInformationExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionNotSupportedExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic boolean Ping(Uri address, int timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NetworkInformationException, RankException, ArrayTypeMismatchException, FormatException, NotSupportedException, SocketException, Win32Exception, TaskCanceledException, AggregateException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionUnreachableExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNetworkInformationExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionNotSupportedExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic void removeNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void UploadFile(java.lang.String sourceFileName,
java.lang.String address)
throws java.lang.Throwable,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
UnreachableException,
FileNotFoundException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
Win32Exception,
InvalidEnumArgumentException,
ObjectDisposedException,
NotSupportedException,
WebException,
OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionUnreachableExceptionFileNotFoundExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionWin32ExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionNotSupportedExceptionWebExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password)
throws java.lang.Throwable,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
UnreachableException,
FileNotFoundException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
Win32Exception,
InvalidEnumArgumentException,
ObjectDisposedException,
NotSupportedException,
WebException,
OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionUnreachableExceptionFileNotFoundExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionWin32ExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionNotSupportedExceptionWebExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
UnreachableException,
OutOfMemoryException,
UriFormatException,
FileNotFoundException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
ObjectDisposedException,
Win32Exception,
InvalidEnumArgumentException,
WebException,
OperationCanceledException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionUnreachableExceptionOutOfMemoryExceptionUriFormatExceptionFileNotFoundExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionObjectDisposedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
java.lang.String address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
FormatException,
CultureNotFoundException,
UnreachableException,
UriFormatException,
FileNotFoundException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
IOException,
ObjectDisposedException,
InvalidEnumArgumentException,
InvalidAsynchronousStateException,
WebException,
ArrayTypeMismatchException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionFormatExceptionCultureNotFoundExceptionUnreachableExceptionUriFormatExceptionFileNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionIOExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionInvalidAsynchronousStateExceptionWebExceptionArrayTypeMismatchExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FileNotFoundException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
InvalidEnumArgumentException,
WebException,
OutOfMemoryException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFileNotFoundExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOutOfMemoryExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentNullException,
OutOfMemoryException,
ExternalException,
PlatformNotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
FileNotFoundException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
IOException,
NotSupportedException,
InvalidEnumArgumentException,
UriFormatException,
InvalidAsynchronousStateException,
WebException,
OverflowException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentNullExceptionOutOfMemoryExceptionExternalExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFileNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionIOExceptionNotSupportedExceptionInvalidEnumArgumentExceptionUriFormatExceptionInvalidAsynchronousStateExceptionWebExceptionOverflowExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address,
ICredentials networkCredentials,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
ExternalException,
ArgumentOutOfRangeException,
RankException,
ArrayTypeMismatchException,
FileNotFoundException,
Win32Exception,
NotSupportedException,
MulticastNotSupportedException,
MissingMethodException,
TargetInvocationException,
WaitHandleCannotBeOpenedException,
IOException,
BadImageFormatException,
InvalidEnumArgumentException,
UnreachableException,
UriFormatException,
WebException,
OverflowException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionExternalExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFileNotFoundExceptionWin32ExceptionNotSupportedExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionBadImageFormatExceptionInvalidEnumArgumentExceptionUnreachableExceptionUriFormatExceptionWebExceptionOverflowExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FileNotFoundException,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
InvalidEnumArgumentException,
WebException,
OutOfMemoryException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFileNotFoundExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionInvalidEnumArgumentExceptionWebExceptionOutOfMemoryExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FileNotFoundException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
NotSupportedException,
IOException,
ObjectDisposedException,
InvalidEnumArgumentException,
InvalidAsynchronousStateException,
WebException,
FormatException,
ArrayTypeMismatchException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionIOExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionInvalidAsynchronousStateExceptionWebExceptionFormatExceptionArrayTypeMismatchExceptionOperationCanceledExceptionpublic void UploadFile(java.lang.String sourceFileName,
Uri address,
java.lang.String userName,
java.lang.String password,
boolean showUI,
int connectionTimeout,
UICancelOption onUserCancel)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
ExternalException,
PlatformNotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
FileNotFoundException,
Win32Exception,
MulticastNotSupportedException,
WaitHandleCannotBeOpenedException,
IOException,
NotSupportedException,
InvalidEnumArgumentException,
UriFormatException,
InvalidAsynchronousStateException,
WebException,
OverflowException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionExternalExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFileNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionWaitHandleCannotBeOpenedExceptionIOExceptionNotSupportedExceptionInvalidEnumArgumentExceptionUriFormatExceptionInvalidAsynchronousStateExceptionWebExceptionOverflowExceptionOperationCanceledException