public class UdpClient extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Sockets.UdpClient
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.Sockets.UdpClient
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
UdpClient() |
UdpClient(AddressFamily family) |
UdpClient(int port) |
UdpClient(int port,
AddressFamily family) |
UdpClient(IPEndPoint localEP) |
UdpClient(java.lang.Object instance)
Internal constructor.
|
UdpClient(java.lang.String hostname,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllowNatTraversal(boolean allowed) |
IAsyncResult |
BeginReceive(AsyncCallback requestCallback,
NetObject state) |
IAsyncResult |
BeginSend(byte[] datagram,
int bytes,
AsyncCallback requestCallback,
NetObject state) |
IAsyncResult |
BeginSend(byte[] datagram,
int bytes,
IPEndPoint endPoint,
AsyncCallback requestCallback,
NetObject state) |
IAsyncResult |
BeginSend(byte[] datagram,
int bytes,
java.lang.String hostname,
int port,
AsyncCallback requestCallback,
NetObject state) |
IAsyncResult |
BeginSend(JCORefOut dupParam0,
int dupParam1,
AsyncCallback dupParam2,
NetObject dupParam3) |
IAsyncResult |
BeginSend(JCORefOut dupParam0,
int dupParam1,
IPEndPoint dupParam2,
AsyncCallback dupParam3,
NetObject dupParam4) |
IAsyncResult |
BeginSend(JCORefOut dupParam0,
int dupParam1,
java.lang.String dupParam2,
int dupParam3,
AsyncCallback dupParam4,
NetObject dupParam5) |
static UdpClient |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into UdpClient, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Close() |
void |
Connect(IPAddress addr,
int port) |
void |
Connect(IPEndPoint endPoint) |
void |
Connect(java.lang.String hostname,
int port) |
void |
Dispose() |
void |
DropMulticastGroup(IPAddress multicastAddr) |
void |
DropMulticastGroup(IPAddress multicastAddr,
int ifindex) |
byte[] |
EndReceive(IAsyncResult asyncResult,
JCORefOut<IPEndPoint> remoteEP) |
int |
EndSend(IAsyncResult asyncResult) |
int |
getAvailable() |
Socket |
getClient() |
boolean |
getDontFragment() |
boolean |
getEnableBroadcast() |
boolean |
getExclusiveAddressUse() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getMulticastLoopback() |
short |
getTtl() |
void |
JoinMulticastGroup(int ifindex,
IPAddress multicastAddr) |
void |
JoinMulticastGroup(IPAddress multicastAddr) |
void |
JoinMulticastGroup(IPAddress multicastAddr,
int timeToLive) |
void |
JoinMulticastGroup(IPAddress multicastAddr,
IPAddress localAddress) |
byte[] |
Receive(JCORefOut<IPEndPoint> remoteEP) |
int |
Send(byte[] dgram,
int bytes) |
int |
Send(byte[] dgram,
int bytes,
IPEndPoint endPoint) |
int |
Send(byte[] dgram,
int bytes,
java.lang.String hostname,
int port) |
int |
Send(JCORefOut dupParam0,
int dupParam1) |
int |
Send(JCORefOut dupParam0,
int dupParam1,
IPEndPoint dupParam2) |
int |
Send(JCORefOut dupParam0,
int dupParam1,
java.lang.String dupParam2,
int dupParam3) |
void |
setClient(Socket Client) |
void |
setDontFragment(boolean DontFragment) |
void |
setEnableBroadcast(boolean EnableBroadcast) |
void |
setExclusiveAddressUse(boolean ExclusiveAddressUse) |
void |
setJCOInstance(JCObject instance) |
void |
setMulticastLoopback(boolean MulticastLoopback) |
void |
setTtl(short Ttl) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public UdpClient()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
SocketException,
SecurityException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSocketExceptionSecurityExceptionNotSupportedExceptionpublic UdpClient(AddressFamily family) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, SocketException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSocketExceptionSecurityExceptionpublic UdpClient(int port)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
IndexOutOfRangeException,
SocketException,
SecurityException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSocketExceptionSecurityExceptionNotSupportedExceptionpublic UdpClient(int port,
AddressFamily family)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
IndexOutOfRangeException,
SocketException,
SecurityException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSocketExceptionSecurityExceptionpublic UdpClient(IPEndPoint localEP) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, SocketException, SecurityException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSocketExceptionSecurityExceptionNotSupportedExceptionpublic UdpClient(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic UdpClient(java.lang.String hostname,
int port)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentException,
ConfigurationException,
ConfigurationErrorsException,
IndexOutOfRangeException,
MulticastNotSupportedException,
InvalidOperationException,
OutOfMemoryException,
SocketException,
FormatException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
AccessViolationException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionSocketExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionAccessViolationExceptionNotSupportedExceptionpublic void AllowNatTraversal(boolean allowed)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionpublic IAsyncResult BeginReceive(AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, MissingManifestResourceException, InvalidCastException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, NotImplementedException, NotSupportedException, SocketException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, SecurityException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionInvalidCastExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionNotSupportedExceptionSocketExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionSecurityExceptionpublic IAsyncResult BeginSend(byte[] datagram, int bytes, AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, AccessViolationException, SecurityException, NullReferenceException, SocketException, NotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAccessViolationExceptionSecurityExceptionNullReferenceExceptionSocketExceptionNotSupportedExceptionpublic IAsyncResult BeginSend(byte[] datagram, int bytes, IPEndPoint endPoint, AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, WaitHandleCannotBeOpenedException, AccessViolationException, IndexOutOfRangeException, SecurityException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionAccessViolationExceptionIndexOutOfRangeExceptionSecurityExceptionSocketExceptionpublic IAsyncResult BeginSend(byte[] datagram, int bytes, java.lang.String hostname, int port, AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException, OutOfMemoryException, SocketException, IndexOutOfRangeException, FormatException, AccessViolationException, SecurityException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionAccessViolationExceptionSecurityExceptionNullReferenceExceptionpublic IAsyncResult BeginSend(JCORefOut dupParam0, int dupParam1, AsyncCallback dupParam2, NetObject dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, AccessViolationException, SecurityException, NullReferenceException, SocketException, NotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAccessViolationExceptionSecurityExceptionNullReferenceExceptionSocketExceptionNotSupportedExceptionpublic IAsyncResult BeginSend(JCORefOut dupParam0, int dupParam1, IPEndPoint dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, WaitHandleCannotBeOpenedException, AccessViolationException, IndexOutOfRangeException, SecurityException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionAccessViolationExceptionIndexOutOfRangeExceptionSecurityExceptionSocketExceptionpublic IAsyncResult BeginSend(JCORefOut dupParam0, int dupParam1, java.lang.String dupParam2, int dupParam3, AsyncCallback dupParam4, NetObject dupParam5) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException, OutOfMemoryException, SocketException, IndexOutOfRangeException, FormatException, AccessViolationException, SecurityException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionAccessViolationExceptionSecurityExceptionNullReferenceExceptionpublic static UdpClient cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into UdpClient, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUdpClient instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionpublic void Connect(IPAddress addr, int port) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, SocketException, FormatException, AccessViolationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionSocketExceptionFormatExceptionAccessViolationExceptionpublic void Connect(IPEndPoint endPoint) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, NotSupportedException, SocketException, FormatException, AccessViolationException, PlatformNotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotSupportedExceptionSocketExceptionFormatExceptionAccessViolationExceptionPlatformNotSupportedExceptionpublic void Connect(java.lang.String hostname,
int port)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ConfigurationException,
ConfigurationErrorsException,
MissingManifestResourceException,
InvalidCastException,
MulticastNotSupportedException,
InvalidOperationException,
OutOfMemoryException,
SocketException,
IndexOutOfRangeException,
FormatException,
NotImplementedException,
SecurityException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
AccessViolationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionConfigurationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionInvalidCastExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionNotImplementedExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionAccessViolationExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionpublic void DropMulticastGroup(IPAddress multicastAddr) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, IndexOutOfRangeException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSocketExceptionpublic void DropMulticastGroup(IPAddress multicastAddr, int ifindex) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, SocketException, FormatException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic byte[] EndReceive(IAsyncResult asyncResult, JCORefOut<IPEndPoint> remoteEP) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, MissingManifestResourceException, InvalidCastException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, NotImplementedException, NotSupportedException, SocketException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, KeyNotFoundException, SecurityException, NullReferenceException, PlatformNotSupportedException, IndexOutOfRangeException, Win32Exception, SynchronizationLockException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionInvalidCastExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionNotSupportedExceptionSocketExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionKeyNotFoundExceptionSecurityExceptionNullReferenceExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionWin32ExceptionSynchronizationLockExceptionpublic int EndSend(IAsyncResult asyncResult) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, SecurityException, NullReferenceException, NotImplementedException, NotSupportedException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionSecurityExceptionNullReferenceExceptionNotImplementedExceptionNotSupportedExceptionSocketExceptionpublic int getAvailable()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ConfigurationErrorsException,
MulticastNotSupportedException,
InvalidOperationException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic Socket getClient() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDontFragment()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
SocketException,
NotSupportedException
public boolean getEnableBroadcast()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
SocketException
public boolean getExclusiveAddressUse()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
SocketException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getMulticastLoopback()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
SocketException,
NotSupportedException
public short getTtl()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
SocketException,
NotSupportedException
public void JoinMulticastGroup(int ifindex,
IPAddress multicastAddr)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
IndexOutOfRangeException,
SocketException,
FormatException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionSocketExceptionFormatExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void JoinMulticastGroup(IPAddress multicastAddr) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, IndexOutOfRangeException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSocketExceptionpublic void JoinMulticastGroup(IPAddress multicastAddr, int timeToLive) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, OutOfMemoryException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionpublic void JoinMulticastGroup(IPAddress multicastAddr, IPAddress localAddress) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, SocketException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionSocketExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic byte[] Receive(JCORefOut<IPEndPoint> remoteEP) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, NotImplementedException, NotSupportedException, SocketException, SecurityException, NullReferenceException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotImplementedExceptionNotSupportedExceptionSocketExceptionSecurityExceptionNullReferenceExceptionpublic int Send(byte[] dgram,
int bytes)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
SecurityException,
NullReferenceException,
SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionpublic int Send(byte[] dgram,
int bytes,
IPEndPoint endPoint)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
SecurityException,
NullReferenceException,
SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionpublic int Send(byte[] dgram,
int bytes,
java.lang.String hostname,
int port)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ConfigurationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
SecurityException,
NullReferenceException,
SocketException,
FormatException,
AccessViolationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionFormatExceptionAccessViolationExceptionpublic int Send(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, SecurityException, NullReferenceException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionpublic int Send(JCORefOut dupParam0, int dupParam1, IPEndPoint dupParam2) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, SecurityException, NullReferenceException, SocketException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionpublic int Send(JCORefOut dupParam0, int dupParam1, java.lang.String dupParam2, int dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ConfigurationException, ConfigurationErrorsException, MulticastNotSupportedException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, SecurityException, NullReferenceException, SocketException, FormatException, AccessViolationException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionConfigurationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionSecurityExceptionNullReferenceExceptionSocketExceptionFormatExceptionAccessViolationExceptionpublic void setClient(Socket Client) throws java.lang.Throwable
java.lang.Throwablepublic void setDontFragment(boolean DontFragment)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
NotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotSupportedExceptionpublic void setEnableBroadcast(boolean EnableBroadcast)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionpublic void setExclusiveAddressUse(boolean ExclusiveAddressUse)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMulticastLoopback(boolean MulticastLoopback)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
NotSupportedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotSupportedExceptionpublic void setTtl(short Ttl)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
OutOfMemoryException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotSupportedException