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.Net.Ping, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Ping
|
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(IPAddress address,
TimeSpan timeout,
byte[] buffer,
PingOptions options) |
PingReply |
Send(IPAddress dupParam0,
TimeSpan 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) |
PingReply |
Send(java.lang.String hostNameOrAddress,
TimeSpan timeout,
byte[] buffer,
PingOptions options) |
PingReply |
Send(java.lang.String dupParam0,
TimeSpan 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, setSiteGetLifetimeService, 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,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic 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, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic PingReply Send(IPAddress address, int timeout) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic PingReply Send(IPAddress address, int timeout, byte[] buffer) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, InvalidOperationException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(IPAddress address, int timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, SocketException, ArgumentNullException, OutOfMemoryException, InvalidOperationException, MissingMethodException, TargetInvocationException, Win32Exception, ThreadStateException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionSocketExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionThreadStateExceptionEventSourceExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic PingReply Send(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, InvalidOperationException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, SocketException, ArgumentNullException, OutOfMemoryException, InvalidOperationException, MissingMethodException, TargetInvocationException, Win32Exception, ThreadStateException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionSocketExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionThreadStateExceptionEventSourceExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionpublic PingReply Send(IPAddress address, TimeSpan timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(IPAddress dupParam0, TimeSpan dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, OutOfMemoryException, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String hostNameOrAddress) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, FormatException, SocketException, Win32Exception, TaskCanceledException, AggregateException, PingException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionSynchronizationLockExceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, FormatException, SocketException, Win32Exception, TaskCanceledException, AggregateException, PingException, SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionWin32ExceptionTaskCanceledExceptionAggregateExceptionPingExceptionSynchronizationLockExceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout, byte[] buffer) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String dupParam0, int dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, FormatException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, AbandonedMutexException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionAbandonedMutexExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String hostNameOrAddress, TimeSpan timeout, byte[] buffer, PingOptions options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic PingReply Send(java.lang.String dupParam0, TimeSpan dupParam1, JCORefOut dupParam2, PingOptions dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, SocketException, MissingMethodException, TargetInvocationException, Win32Exception, TaskSchedulerException, TaskCanceledException, AggregateException, PingException, LockRecursionException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionPingExceptionLockRecursionExceptionNullReferenceExceptionpublic void SendAsync(IPAddress address, int timeout, byte[] buffer, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, PlatformNotSupportedException, SocketException, InvalidOperationException, TaskSchedulerException, OutOfMemoryException
public void SendAsync(IPAddress address, int timeout, byte[] buffer, PingOptions options, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, EventSourceException, TaskSchedulerException, OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionEventSourceExceptionTaskSchedulerExceptionOutOfMemoryExceptionpublic void SendAsync(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, NetObject dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, PlatformNotSupportedException, SocketException, InvalidOperationException, TaskSchedulerException, OutOfMemoryException
public void SendAsync(IPAddress dupParam0, int dupParam1, JCORefOut dupParam2, PingOptions dupParam3, NetObject dupParam4) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, SocketException, EventSourceException, TaskSchedulerException, OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionSocketExceptionEventSourceExceptionTaskSchedulerExceptionOutOfMemoryExceptionpublic void SendAsync(IPAddress address, int timeout, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, PlatformNotSupportedException, SocketException, TaskSchedulerException, InvalidOperationException, OutOfMemoryException
public void SendAsync(IPAddress address, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, PlatformNotSupportedException, SocketException, TaskSchedulerException, InvalidOperationException, OutOfMemoryException
public void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
NetObject userToken)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
ObjectDisposedException,
ArrayTypeMismatchException,
SocketException,
TaskSchedulerException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionArrayTypeMismatchExceptionSocketExceptionTaskSchedulerExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
byte[] buffer,
PingOptions options,
NetObject userToken)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
FormatException,
SocketException,
EventSourceException,
TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionEventSourceExceptionTaskSchedulerExceptionpublic void SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
NetObject dupParam3)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
ObjectDisposedException,
ArrayTypeMismatchException,
SocketException,
TaskSchedulerException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionArrayTypeMismatchExceptionSocketExceptionTaskSchedulerExceptionpublic void SendAsync(java.lang.String dupParam0,
int dupParam1,
JCORefOut dupParam2,
PingOptions dupParam3,
NetObject dupParam4)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
FormatException,
SocketException,
EventSourceException,
TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionSocketExceptionEventSourceExceptionTaskSchedulerExceptionpublic void SendAsync(java.lang.String hostNameOrAddress,
int timeout,
NetObject userToken)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
ObjectDisposedException,
SocketException,
TaskSchedulerException,
OutOfMemoryException
public void SendAsync(java.lang.String hostNameOrAddress,
NetObject userToken)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
ObjectDisposedException,
SocketException,
TaskSchedulerException,
OutOfMemoryException
public void SendAsyncCancel()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
NullReferenceException,
AggregateException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionNullReferenceExceptionAggregateExceptionOperationCanceledExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Component