public class SslStream extends AuthenticatedStream
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.SslStream
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.Security.SslStream
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SslStream() |
SslStream(java.lang.Object instance)
Internal constructor.
|
SslStream(Stream innerStream) |
SslStream(Stream innerStream,
boolean leaveInnerStreamOpen) |
SslStream(Stream innerStream,
boolean leaveInnerStreamOpen,
RemoteCertificateValidationCallback userCertificateValidationCallback) |
SslStream(Stream innerStream,
boolean leaveInnerStreamOpen,
RemoteCertificateValidationCallback userCertificateValidationCallback,
LocalCertificateSelectionCallback userCertificateSelectionCallback) |
SslStream(Stream innerStream,
boolean leaveInnerStreamOpen,
RemoteCertificateValidationCallback userCertificateValidationCallback,
LocalCertificateSelectionCallback userCertificateSelectionCallback,
EncryptionPolicy encryptionPolicy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticateAsClient(java.lang.String targetHost) |
void |
AuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
boolean checkCertificateRevocation) |
void |
AuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation) |
Task |
AuthenticateAsClientAsync(java.lang.String targetHost) |
Task |
AuthenticateAsClientAsync(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
boolean checkCertificateRevocation) |
Task |
AuthenticateAsClientAsync(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation) |
void |
AuthenticateAsServer(X509Certificate serverCertificate) |
void |
AuthenticateAsServer(X509Certificate serverCertificate,
boolean clientCertificateRequired,
boolean checkCertificateRevocation) |
void |
AuthenticateAsServer(X509Certificate serverCertificate,
boolean clientCertificateRequired,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation) |
Task |
AuthenticateAsServerAsync(X509Certificate serverCertificate) |
Task |
AuthenticateAsServerAsync(X509Certificate serverCertificate,
boolean clientCertificateRequired,
boolean checkCertificateRevocation) |
Task |
AuthenticateAsServerAsync(X509Certificate serverCertificate,
boolean clientCertificateRequired,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation) |
IAsyncResult |
BeginAuthenticateAsClient(java.lang.String targetHost,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
boolean checkCertificateRevocation,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(X509Certificate serverCertificate,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(X509Certificate serverCertificate,
boolean clientCertificateRequired,
boolean checkCertificateRevocation,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(X509Certificate serverCertificate,
boolean clientCertificateRequired,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginRead(byte[] buffer,
int offset,
int count,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginRead(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
AsyncCallback dupParam3,
NetObject dupParam4) |
IAsyncResult |
BeginWrite(byte[] buffer,
int offset,
int count,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginWrite(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
AsyncCallback dupParam3,
NetObject dupParam4) |
static SslStream |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SslStream, a cast assert is made to check if types are compatible. |
void |
EndAuthenticateAsClient(IAsyncResult asyncResult) |
void |
EndAuthenticateAsServer(IAsyncResult asyncResult) |
int |
EndRead(IAsyncResult asyncResult) |
void |
EndWrite(IAsyncResult asyncResult) |
void |
Flush() |
boolean |
getCheckCertRevocationStatus() |
CipherAlgorithmType |
getCipherAlgorithm() |
int |
getCipherStrength() |
HashAlgorithmType |
getHashAlgorithm() |
int |
getHashStrength() |
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
|
ExchangeAlgorithmType |
getKeyExchangeAlgorithm() |
int |
getKeyExchangeStrength() |
X509Certificate |
getLocalCertificate() |
X509Certificate |
getRemoteCertificate() |
SslProtocols |
getSslProtocol() |
TransportContext |
getTransportContext() |
int |
Read(byte[] buffer,
int offset,
int count) |
int |
Read(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
long |
Seek(long offset,
SeekOrigin origin) |
void |
setJCOInstance(JCObject instance) |
void |
SetLength(long value) |
Task |
ShutdownAsync() |
void |
Write(byte[] buffer) |
void |
Write(byte[] buffer,
int offset,
int count) |
void |
Write(JCORefOut dupParam0) |
void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
getIsAuthenticated, getIsEncrypted, getIsMutuallyAuthenticated, getIsServer, getIsSigned, getLeaveInnerStreamOpenclose, Close, CopyTo, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, ReadByte, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteByteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SslStream()
throws java.lang.Throwable
java.lang.Throwablepublic SslStream(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SslStream(Stream innerStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, CryptographicException
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, CryptographicException
public SslStream(Stream innerStream, boolean leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionCryptographicExceptionpublic void AuthenticateAsClient(java.lang.String targetHost)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
SecurityException,
UnauthorizedAccessException,
IOException,
InvalidOperationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
OutOfMemoryException,
PlatformNotSupportedException,
NotSupportedException,
Win32Exception,
InvalidCastException,
NullReferenceException,
AccessViolationException,
AuthenticationException,
SemaphoreFullException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic void AuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
boolean checkCertificateRevocation)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
SecurityException,
UnauthorizedAccessException,
IOException,
InvalidOperationException,
ConfigurationErrorsException,
MulticastNotSupportedException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
OutOfMemoryException,
PlatformNotSupportedException,
NotSupportedException,
Win32Exception,
InvalidCastException,
NullReferenceException,
AccessViolationException,
AuthenticationException,
SemaphoreFullException,
CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic void AuthenticateAsClient(java.lang.String targetHost,
X509CertificateCollection clientCertificates,
SslProtocols enabledSslProtocols,
boolean checkCertificateRevocation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
NotSupportedException,
Win32Exception,
AccessViolationException,
AuthenticationException,
WaitHandleCannotBeOpenedException,
SemaphoreFullException,
CryptographicException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOExceptionpublic Task AuthenticateAsClientAsync(java.lang.String targetHost) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, InvalidCastException, NullReferenceException, Win32Exception, AccessViolationException, AuthenticationException, TaskSchedulerException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionTaskSchedulerExceptionEventSourceExceptionpublic Task AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AuthenticationException, TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAuthenticationExceptionTaskSchedulerExceptionpublic Task AuthenticateAsClientAsync(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, AccessViolationException, CultureNotFoundException, AuthenticationException, IOException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionAuthenticationExceptionIOExceptionTaskSchedulerExceptionpublic void AuthenticateAsServer(X509Certificate serverCertificate) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic void AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic void AuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOExceptionpublic Task AuthenticateAsServerAsync(X509Certificate serverCertificate) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, InvalidCastException, NullReferenceException, Win32Exception, AccessViolationException, AuthenticationException, TaskSchedulerException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionTaskSchedulerExceptionEventSourceExceptionpublic Task AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AuthenticationException, TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAuthenticationExceptionTaskSchedulerExceptionpublic Task AuthenticateAsServerAsync(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, AccessViolationException, CultureNotFoundException, AuthenticationException, IOException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionAuthenticationExceptionIOExceptionTaskSchedulerExceptionpublic IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic IAsyncResult BeginAuthenticateAsClient(java.lang.String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOExceptionpublic IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ConfigurationErrorsException, MulticastNotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, OutOfMemoryException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, NullReferenceException, AccessViolationException, AuthenticationException, SemaphoreFullException, CryptographicException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionNullReferenceExceptionAccessViolationExceptionAuthenticationExceptionSemaphoreFullExceptionCryptographicExceptionpublic IAsyncResult BeginAuthenticateAsServer(X509Certificate serverCertificate, boolean clientCertificateRequired, SslProtocols enabledSslProtocols, boolean checkCertificateRevocation, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, NotSupportedException, Win32Exception, AccessViolationException, AuthenticationException, WaitHandleCannotBeOpenedException, SemaphoreFullException, CryptographicException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionSemaphoreFullExceptionCryptographicExceptionIOExceptionpublic IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
BeginRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionpublic IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
BeginRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionpublic IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
BeginWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
BeginWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic static SslStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SslStream, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSslStream instancejava.lang.Throwable - in case of error during cast operationpublic void EndAuthenticateAsClient(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void EndAuthenticateAsServer(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic int EndRead(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
EndRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
EndWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void Flush()
throws java.lang.Throwable
public boolean getCheckCertRevocationStatus()
throws java.lang.Throwable
java.lang.Throwablepublic CipherAlgorithmType getCipherAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public int getCipherStrength()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public HashAlgorithmType getHashAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public int getHashStrength()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class AuthenticatedStreamString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class AuthenticatedStreamString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class AuthenticatedStreamObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class AuthenticatedStreamString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class AuthenticatedStreamJCType representing the CLR Type of the instantiated Classpublic ExchangeAlgorithmType getKeyExchangeAlgorithm() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public int getKeyExchangeStrength()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public X509Certificate getLocalCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public X509Certificate getRemoteCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionCryptographicExceptionOutOfMemoryExceptionpublic SslProtocols getSslProtocol() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public TransportContext getTransportContext() throws java.lang.Throwable
java.lang.Throwablepublic int Read(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
EventSourceException,
OutOfMemoryException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionpublic int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException
Read in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionpublic long Seek(long offset,
SeekOrigin origin)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
Seek in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class AuthenticatedStreampublic void SetLength(long value)
throws java.lang.Throwable
public Task ShutdownAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, CryptographicException, NotSupportedException, ThreadAbortException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionCryptographicExceptionNotSupportedExceptionThreadAbortExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic void Write(byte[] buffer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
EventSourceException,
OutOfMemoryException,
NotSupportedException,
IOException,
SocketException,
AuthenticationException,
OperationCanceledException,
TaskSchedulerException,
SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic void Write(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
EventSourceException,
OutOfMemoryException,
NotSupportedException,
IOException,
SocketException,
AuthenticationException,
OperationCanceledException,
TaskSchedulerException,
SemaphoreFullException
Write in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, OutOfMemoryException, NotSupportedException, IOException, SocketException, AuthenticationException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
Write in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionSocketExceptionAuthenticationExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException