Package microsoft.visualbasic.devices
Class Network
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.devices.Network
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Network extends NetObject
The base .NET class managing Microsoft.VisualBasic.Devices.Network, Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasicstatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.Devices.Networkstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNetworkAvailabilityChanged(NetworkAvailableEventHandler handler)
static Network
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoNetwork
, 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, 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)
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)
boolean
getIsAvailable()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
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, 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)
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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.Devices.Network- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Network cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoNetwork
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Network
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Ping
public boolean Ping(java.lang.String hostNameOrAddress) throws java.lang.Throwable, OutOfMemoryException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NetworkInformationException, ArgumentOutOfRangeException, NotImplementedException, ConfigurationErrorsException, MulticastNotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, SocketException, IndexOutOfRangeException, AccessViolationException, PingException, WaitHandleCannotBeOpenedException, Win32Exception
- Throws:
java.lang.Throwable
OutOfMemoryException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NetworkInformationException
ArgumentOutOfRangeException
NotImplementedException
ConfigurationErrorsException
MulticastNotSupportedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
SocketException
IndexOutOfRangeException
AccessViolationException
PingException
WaitHandleCannotBeOpenedException
Win32Exception
-
Ping
public boolean Ping(java.lang.String hostNameOrAddress, int timeout) throws java.lang.Throwable, OutOfMemoryException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NetworkInformationException, SocketException, NotImplementedException, ConfigurationErrorsException, MulticastNotSupportedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IndexOutOfRangeException, AccessViolationException, PingException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception
- Throws:
java.lang.Throwable
OutOfMemoryException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NetworkInformationException
SocketException
NotImplementedException
ConfigurationErrorsException
MulticastNotSupportedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
IndexOutOfRangeException
AccessViolationException
PingException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
Win32Exception
-
Ping
public boolean Ping(Uri address) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, NetworkInformationException, ConfigurationErrorsException, MulticastNotSupportedException, SocketException, AccessViolationException, PingException, WaitHandleCannotBeOpenedException, Win32Exception
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
NetworkInformationException
ConfigurationErrorsException
MulticastNotSupportedException
SocketException
AccessViolationException
PingException
WaitHandleCannotBeOpenedException
Win32Exception
-
Ping
public boolean Ping(Uri address, int timeout) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, NetworkInformationException, ConfigurationErrorsException, MulticastNotSupportedException, SocketException, AccessViolationException, PingException, WaitHandleCannotBeOpenedException, Win32Exception
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
NetworkInformationException
ConfigurationErrorsException
MulticastNotSupportedException
SocketException
AccessViolationException
PingException
WaitHandleCannotBeOpenedException
Win32Exception
-
DownloadFile
public void DownloadFile(java.lang.String address, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, OutOfMemoryException, IOException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
OutOfMemoryException
IOException
MulticastNotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
WebException
Win32Exception
-
DownloadFile
public void DownloadFile(java.lang.String address, java.lang.String destinationFileName, java.lang.String userName, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, OutOfMemoryException, IOException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
OutOfMemoryException
IOException
MulticastNotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
WebException
Win32Exception
-
DownloadFile
public 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UriFormatException, OutOfMemoryException, CryptographicException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RankException, InvalidEnumArgumentException, InvalidAsynchronousStateException, WebException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UriFormatException
OutOfMemoryException
CryptographicException
IOException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
RankException
InvalidEnumArgumentException
InvalidAsynchronousStateException
WebException
-
DownloadFile
public 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, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, CryptographicException, PathTooLongException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, RankException, InvalidEnumArgumentException, InvalidAsynchronousStateException, ConfigurationErrorsException, WebException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
FormatException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
CryptographicException
PathTooLongException
IOException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
RankException
InvalidEnumArgumentException
InvalidAsynchronousStateException
ConfigurationErrorsException
WebException
OperationCanceledException
-
DownloadFile
public void DownloadFile(Uri address, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, UriFormatException, NotImplementedException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
FormatException
IOException
MulticastNotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
UriFormatException
NotImplementedException
WebException
Win32Exception
-
DownloadFile
public void DownloadFile(Uri address, java.lang.String destinationFileName, ICredentials networkCredentials, boolean showUI, int connectionTimeout, boolean overwrite) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, PathTooLongException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FormatException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, ConfigurationErrorsException, OutOfMemoryException, WebException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
PathTooLongException
IOException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
FormatException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
ConfigurationErrorsException
OutOfMemoryException
WebException
OperationCanceledException
-
DownloadFile
public void DownloadFile(Uri address, java.lang.String destinationFileName, ICredentials networkCredentials, boolean showUI, int connectionTimeout, boolean overwrite, UICancelOption onUserCancel) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, ConfigurationErrorsException, Win32Exception, SecurityException, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, EndOfStreamException, FormatException, BadImageFormatException, InvalidEnumArgumentException, UriFormatException, OutOfMemoryException, InvalidAsynchronousStateException, WebException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
ConfigurationErrorsException
Win32Exception
SecurityException
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
EndOfStreamException
FormatException
BadImageFormatException
InvalidEnumArgumentException
UriFormatException
OutOfMemoryException
InvalidAsynchronousStateException
WebException
-
DownloadFile
public void DownloadFile(Uri address, java.lang.String destinationFileName, java.lang.String userName, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, UriFormatException, NotImplementedException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
FormatException
IOException
MulticastNotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
UriFormatException
NotImplementedException
WebException
Win32Exception
-
DownloadFile
public 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, CryptographicException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, WebException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
OutOfMemoryException
ArgumentOutOfRangeException
CryptographicException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
IOException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NullReferenceException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
WebException
-
DownloadFile
public 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, PathTooLongException, IOException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, ConfigurationErrorsException, WebException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
CryptographicException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
PathTooLongException
IOException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
ConfigurationErrorsException
WebException
OperationCanceledException
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, java.lang.String address) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, FileNotFoundException, MulticastNotSupportedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
FileNotFoundException
MulticastNotSupportedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
WebException
Win32Exception
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, java.lang.String address, java.lang.String userName, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, FileNotFoundException, MulticastNotSupportedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, NullReferenceException, InvalidEnumArgumentException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
FileNotFoundException
MulticastNotSupportedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
NullReferenceException
InvalidEnumArgumentException
WebException
Win32Exception
-
UploadFile
public 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UriFormatException, OutOfMemoryException, FileNotFoundException, MulticastNotSupportedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, InvalidEnumArgumentException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UriFormatException
OutOfMemoryException
FileNotFoundException
MulticastNotSupportedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
InvalidEnumArgumentException
WebException
Win32Exception
-
UploadFile
public 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, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, CryptographicException, FileNotFoundException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, RankException, InvalidEnumArgumentException, InvalidAsynchronousStateException, WebException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
FormatException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
CryptographicException
FileNotFoundException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
RankException
InvalidEnumArgumentException
InvalidAsynchronousStateException
WebException
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, Uri address) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, OutOfMemoryException, MissingManifestResourceException, FileNotFoundException, MulticastNotSupportedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, ObjectDisposedException, NullReferenceException, InvalidEnumArgumentException, UriFormatException, NotImplementedException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
OutOfMemoryException
MissingManifestResourceException
FileNotFoundException
MulticastNotSupportedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
ObjectDisposedException
NullReferenceException
InvalidEnumArgumentException
UriFormatException
NotImplementedException
WebException
Win32Exception
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, Uri address, ICredentials networkCredentials, boolean showUI, int connectionTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FormatException, IOException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, ConfigurationErrorsException, OutOfMemoryException, WebException, OverflowException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PathTooLongException
FileNotFoundException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
FormatException
IOException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
ConfigurationErrorsException
OutOfMemoryException
WebException
OverflowException
OperationCanceledException
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, Uri address, ICredentials networkCredentials, boolean showUI, int connectionTimeout, UICancelOption onUserCancel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, ConfigurationErrorsException, Win32Exception, SecurityException, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, EndOfStreamException, FormatException, BadImageFormatException, InvalidEnumArgumentException, UriFormatException, OutOfMemoryException, InvalidAsynchronousStateException, WebException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
ConfigurationErrorsException
Win32Exception
SecurityException
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
EndOfStreamException
FormatException
BadImageFormatException
InvalidEnumArgumentException
UriFormatException
OutOfMemoryException
InvalidAsynchronousStateException
WebException
OverflowException
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, Uri address, java.lang.String userName, java.lang.String password) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, OutOfMemoryException, MissingManifestResourceException, FileNotFoundException, MulticastNotSupportedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, ObjectDisposedException, NullReferenceException, InvalidEnumArgumentException, UriFormatException, NotImplementedException, WebException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
OutOfMemoryException
MissingManifestResourceException
FileNotFoundException
MulticastNotSupportedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
WaitHandleCannotBeOpenedException
ObjectDisposedException
NullReferenceException
InvalidEnumArgumentException
UriFormatException
NotImplementedException
WebException
Win32Exception
-
UploadFile
public void UploadFile(java.lang.String sourceFileName, Uri address, java.lang.String userName, java.lang.String password, boolean showUI, int connectionTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, CryptographicException, MissingManifestResourceException, ObjectDisposedException, FileNotFoundException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotImplementedException, NullReferenceException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, WebException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
OutOfMemoryException
ArgumentOutOfRangeException
CryptographicException
MissingManifestResourceException
ObjectDisposedException
FileNotFoundException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
NotImplementedException
NullReferenceException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
WebException
-
UploadFile
public 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException, Win32Exception, MulticastNotSupportedException, WaitHandleCannotBeOpenedException, FormatException, IOException, RankException, InvalidEnumArgumentException, UriFormatException, InvalidAsynchronousStateException, ConfigurationErrorsException, IndexOutOfRangeException, WebException, OverflowException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
CryptographicException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PathTooLongException
FileNotFoundException
Win32Exception
MulticastNotSupportedException
WaitHandleCannotBeOpenedException
FormatException
IOException
RankException
InvalidEnumArgumentException
UriFormatException
InvalidAsynchronousStateException
ConfigurationErrorsException
IndexOutOfRangeException
WebException
OverflowException
OperationCanceledException
-
getIsAvailable
public boolean getIsAvailable() throws java.lang.Throwable, InvalidOperationException, OutOfMemoryException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NetworkInformationException, SocketException, NotImplementedException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
InvalidOperationException
OutOfMemoryException
ArgumentNullException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
NetworkInformationException
SocketException
NotImplementedException
ConfigurationException
ConfigurationErrorsException
MulticastNotSupportedException
-
addNetworkAvailabilityChanged
public void addNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNetworkAvailabilityChanged
public void removeNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-