public class Ping extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.NetworkInformation.Ping
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.Net.NetworkInformation.Ping
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Ping() |
Ping(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPingCompleted(PingCompletedEventHandler handler) |
static Ping |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Ping, 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 |
removePingCompleted(PingCompletedEventHandler handler) |
PingReply |
Send(IPAddress address) |
PingReply |
Send(IPAddress address,
int timeout) |
PingReply |
Send(IPAddress address,
int timeout,
byte[] buffer) |
PingReply |
Send(IPAddress address,
int timeout,
byte[] buffer,
PingOptions options) |
PingReply |
Send(IPAddress dupParam0,
int dupParam1,
JCORefOut dupParam2) |
PingReply |
Send(IPAddress dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3) |
PingReply |
Send(java.lang.String hostNameOrAddress) |
PingReply |
Send(java.lang.String hostNameOrAddress,
int timeout) |
PingReply |
Send(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer) |
PingReply |
Send(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
PingOptions options) |
PingReply |
Send(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2) |
PingReply |
Send(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3) |
void |
SendAsync(IPAddress address,
int timeout,
byte[] buffer,
NetObject userToken) |
void |
SendAsync(IPAddress address,
int timeout,
byte[] buffer,
PingOptions options,
NetObject userToken) |
void |
SendAsync(IPAddress dupParam0,
int dupParam1,
JCORefOut dupParam2,
NetObject dupParam3) |
void |
SendAsync(IPAddress dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3,
NetObject dupParam4) |
void |
SendAsync(IPAddress address,
int timeout,
NetObject userToken) |
void |
SendAsync(IPAddress address,
NetObject userToken) |
void |
SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
NetObject userToken) |
void |
SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
PingOptions options,
NetObject userToken) |
void |
SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
NetObject dupParam3) |
void |
SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3,
NetObject dupParam4) |
void |
SendAsync(java.lang.String hostNameOrAddress,
int timeout,
NetObject userToken) |
void |
SendAsync(java.lang.String hostNameOrAddress,
NetObject userToken) |
void |
SendAsyncCancel() |
void |
setJCOInstance(JCObject instance) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Ping()
throws java.lang.Throwable
java.lang.Throwablepublic Ping(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addPingCompleted(PingCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static Ping cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Ping, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPing instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic void removePingCompleted(PingCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic PingReply Send(IPAddress address) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(IPAddress address, int timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(IPAddress address, int timeout, byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(IPAddress address, int timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, FormatException, ConfigurationException, SecurityException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, FormatException, ConfigurationException, SecurityException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic PingReply Send(java.lang.String hostNameOrAddress) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SocketException, ConfigurationException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException, NotImplementedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32Exceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SocketException, ConfigurationException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException, NotImplementedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32Exceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout, byte[] buffer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SocketException, ConfigurationException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException, NotImplementedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32Exceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, SocketException, ConfigurationException, MissingManifestResourceException, SecurityException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionMissingManifestResourceExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionNotImplementedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionpublic PingReply Send(java.lang.String dupParam0, int dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SocketException, ConfigurationException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException, NotImplementedException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32Exceptionpublic PingReply Send(java.lang.String dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, SocketException, ConfigurationException, MissingManifestResourceException, SecurityException, InvalidOperationException, NotSupportedException, FormatException, NotImplementedException, AccessViolationException, PingException, ObjectDisposedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionSocketExceptionConfigurationExceptionMissingManifestResourceExceptionSecurityExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionNotImplementedExceptionAccessViolationExceptionPingExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionpublic void SendAsync(IPAddress address, int timeout, byte[] buffer, NetObject userToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(IPAddress address, int timeout, byte[] buffer, PingOptions options, NetObject userToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, FormatException, ConfigurationException, SecurityException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, NetObject dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, ConfigurationException, SecurityException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SocketException, FormatException, ConfigurationException, SecurityException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(IPAddress address, int timeout, NetObject userToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SocketException, ConfigurationException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSocketExceptionConfigurationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(IPAddress address, NetObject userToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SocketException, ConfigurationException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, Win32Exception, OutOfMemoryException, PingException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSocketExceptionConfigurationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
NetObject userToken)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SocketException,
ConfigurationException,
IndexOutOfRangeException,
FormatException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
Win32Exception,
OutOfMemoryException,
PingException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionAccessViolationExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
PingOptions options,
NetObject userToken)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SocketException,
ConfigurationException,
SecurityException,
FormatException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
Win32Exception,
OutOfMemoryException,
PingException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionAccessViolationExceptionpublic void SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
NetObject dupParam3)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SocketException,
ConfigurationException,
IndexOutOfRangeException,
FormatException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
Win32Exception,
OutOfMemoryException,
PingException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSocketExceptionConfigurationExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionAccessViolationExceptionpublic void SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3,
NetObject dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
SocketException,
ConfigurationException,
SecurityException,
FormatException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
Win32Exception,
OutOfMemoryException,
PingException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSocketExceptionConfigurationExceptionSecurityExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionAccessViolationExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
NetObject userToken)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SocketException,
FormatException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
Win32Exception,
OutOfMemoryException,
PingException,
ConfigurationErrorsException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSocketExceptionFormatExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionConfigurationErrorsExceptionAccessViolationExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
NetObject userToken)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SocketException,
FormatException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
Win32Exception,
OutOfMemoryException,
PingException,
ConfigurationErrorsException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSocketExceptionFormatExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWin32ExceptionOutOfMemoryExceptionPingExceptionConfigurationErrorsExceptionAccessViolationExceptionpublic void SendAsyncCancel()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Component