public class NegotiateStream extends AuthenticatedStream
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.NegotiateStream
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.NegotiateStream
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NegotiateStream() |
NegotiateStream(java.lang.Object instance)
Internal constructor.
|
NegotiateStream(Stream innerStream) |
NegotiateStream(Stream innerStream,
boolean leaveInnerStreamOpen) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticateAsClient() |
void |
AuthenticateAsClient(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName) |
void |
AuthenticateAsClient(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel) |
void |
AuthenticateAsClient(NetworkCredential credential,
java.lang.String targetName) |
void |
AuthenticateAsClient(NetworkCredential credential,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel) |
Task |
AuthenticateAsClientAsync() |
Task |
AuthenticateAsClientAsync(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName) |
Task |
AuthenticateAsClientAsync(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel) |
Task |
AuthenticateAsClientAsync(NetworkCredential credential,
java.lang.String targetName) |
Task |
AuthenticateAsClientAsync(NetworkCredential credential,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel) |
void |
AuthenticateAsServer() |
void |
AuthenticateAsServer(ExtendedProtectionPolicy policy) |
void |
AuthenticateAsServer(NetworkCredential credential,
ExtendedProtectionPolicy policy,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel) |
void |
AuthenticateAsServer(NetworkCredential credential,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel) |
Task |
AuthenticateAsServerAsync() |
Task |
AuthenticateAsServerAsync(ExtendedProtectionPolicy policy) |
Task |
AuthenticateAsServerAsync(NetworkCredential credential,
ExtendedProtectionPolicy policy,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel) |
Task |
AuthenticateAsServerAsync(NetworkCredential credential,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel) |
IAsyncResult |
BeginAuthenticateAsClient(AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(NetworkCredential credential,
ChannelBinding binding,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(NetworkCredential credential,
java.lang.String targetName,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsClient(NetworkCredential credential,
java.lang.String targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(ExtendedProtectionPolicy policy,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(NetworkCredential credential,
ExtendedProtectionPolicy policy,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel,
AsyncCallback asyncCallback,
NetObject asyncState) |
IAsyncResult |
BeginAuthenticateAsServer(NetworkCredential credential,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel requiredImpersonationLevel,
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 NegotiateStream |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NegotiateStream, 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() |
TokenImpersonationLevel |
getImpersonationLevel() |
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
|
IIdentity |
getRemoteIdentity() |
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) |
void |
Write(byte[] buffer,
int offset,
int count) |
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 NegotiateStream()
throws java.lang.Throwable
java.lang.Throwablepublic NegotiateStream(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic NegotiateStream(Stream innerStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public NegotiateStream(Stream innerStream, boolean leaveInnerStreamOpen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void AuthenticateAsClient()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SemaphoreFullException,
Win32Exception,
AccessViolationException,
SecurityException,
ThreadAbortException,
OutOfMemoryException,
CryptographicException,
AuthenticationException,
IOException,
InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic void AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic void AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, NotSupportedException, TaskSchedulerException, Win32Exception, AccessViolationException, SecurityException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, WaitHandleCannotBeOpenedException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionIndexOutOfRangeExceptionNotSupportedExceptionTaskSchedulerExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionWaitHandleCannotBeOpenedExceptionInvalidCredentialExceptionpublic void AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic void AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic Task AuthenticateAsClientAsync() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic void AuthenticateAsServer()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
IOException,
PlatformNotSupportedException,
InvalidOperationException,
InvalidCastException,
ConfigurationErrorsException,
SemaphoreFullException,
Win32Exception,
AccessViolationException,
SecurityException,
ThreadAbortException,
OutOfMemoryException,
ObjectDisposedException,
AuthenticationException,
InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIOExceptionPlatformNotSupportedExceptionInvalidOperationExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic void AuthenticateAsServer(ExtendedProtectionPolicy policy) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIOExceptionPlatformNotSupportedExceptionInvalidOperationExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic void AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, ConfigurationErrorsException, MissingMethodException, ObjectDisposedException, SemaphoreFullException, AccessViolationException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, WaitHandleCannotBeOpenedException, InvalidCredentialException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionConfigurationErrorsExceptionMissingMethodExceptionObjectDisposedExceptionSemaphoreFullExceptionAccessViolationExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionInvalidCredentialExceptionpublic void AuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, CultureNotFoundException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionNotSupportedExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic Task AuthenticateAsServerAsync() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsServerAsync(ExtendedProtectionPolicy policy) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsServerAsync(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic Task AuthenticateAsServerAsync(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionOutOfMemoryExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionTaskSchedulerExceptionpublic IAsyncResult BeginAuthenticateAsClient(AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, NotSupportedException, TaskSchedulerException, Win32Exception, AccessViolationException, SecurityException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, WaitHandleCannotBeOpenedException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionIndexOutOfRangeExceptionNotSupportedExceptionTaskSchedulerExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionWaitHandleCannotBeOpenedExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSemaphoreFullExceptionNotSupportedExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionIOExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsServer(AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIOExceptionPlatformNotSupportedExceptionInvalidOperationExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsServer(ExtendedProtectionPolicy policy, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIOExceptionPlatformNotSupportedExceptionInvalidOperationExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionSecurityExceptionThreadAbortExceptionOutOfMemoryExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, ConfigurationErrorsException, MissingMethodException, ObjectDisposedException, SemaphoreFullException, AccessViolationException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, WaitHandleCannotBeOpenedException, InvalidCredentialException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionWin32ExceptionInvalidCastExceptionConfigurationErrorsExceptionMissingMethodExceptionObjectDisposedExceptionSemaphoreFullExceptionAccessViolationExceptionThreadAbortExceptionOutOfMemoryExceptionCryptographicExceptionAuthenticationExceptionWaitHandleCannotBeOpenedExceptionInvalidCredentialExceptionpublic IAsyncResult BeginAuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, CultureNotFoundException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIOExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionNotSupportedExceptionInvalidCastExceptionConfigurationErrorsExceptionSemaphoreFullExceptionWin32ExceptionAccessViolationExceptionCultureNotFoundExceptionSecurityExceptionFormatExceptionThreadAbortExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAuthenticationExceptionInvalidCredentialExceptionpublic IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, SemaphoreFullException, Win32Exception
BeginRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionSemaphoreFullExceptionWin32Exceptionpublic IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, SemaphoreFullException, Win32Exception
BeginRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionSemaphoreFullExceptionWin32Exceptionpublic IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, AccessViolationException, Win32Exception, SemaphoreFullException
BeginWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionAccessViolationExceptionWin32ExceptionSemaphoreFullExceptionpublic IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, AccessViolationException, Win32Exception, SemaphoreFullException
BeginWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionAccessViolationExceptionWin32ExceptionSemaphoreFullExceptionpublic static NegotiateStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NegotiateStream, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNegotiateStream 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionpublic int EndRead(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, WaitHandleCannotBeOpenedException
EndRead in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionWaitHandleCannotBeOpenedExceptionpublic void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, WaitHandleCannotBeOpenedException
EndWrite in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionWaitHandleCannotBeOpenedExceptionpublic void Flush()
throws java.lang.Throwable
public TokenImpersonationLevel getImpersonationLevel() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, NotSupportedException
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 IIdentity getRemoteIdentity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, AccessViolationException, NotSupportedException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionAccessViolationExceptionNotSupportedExceptionSecurityExceptionpublic int Read(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SemaphoreFullException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionWin32Exceptionpublic int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException, Win32Exception
Read in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSemaphoreFullExceptionWin32Exceptionpublic 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 void Write(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NotSupportedException,
AccessViolationException,
Win32Exception,
IOException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
TaskSchedulerException,
SemaphoreFullException
Write in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionAccessViolationExceptionWin32ExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, AccessViolationException, Win32Exception, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
Write in class Streamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionAccessViolationExceptionWin32ExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskSchedulerExceptionSemaphoreFullException