public class PeerContact extends Peer
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.PeerToPeer.Collaboration.PeerContact
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net
|
static java.lang.String |
className
Qualified class name: System.Net.PeerToPeer.Collaboration.PeerContact
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PeerContact() |
PeerContact(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PeerContact |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PeerContact, a cast assert is made to check if types are compatible. |
static boolean |
Equals(NetObject objA,
NetObject objB) |
boolean |
Equals(PeerContact other) |
static PeerContact |
FromXml(java.lang.String peerContactXml) |
PeerApplicationCollection |
GetApplications() |
PeerApplicationCollection |
GetApplications(Guid applicationId) |
PeerApplicationCollection |
GetApplications(PeerEndPoint peerEndPoint) |
PeerApplicationCollection |
GetApplications(PeerEndPoint peerEndPoint,
Guid applicationId) |
X509Certificate2 |
getCredentials() |
java.lang.String |
getDisplayName() |
MailAddress |
getEmailAddress() |
boolean |
getIsSubscribed() |
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
|
java.lang.String |
getNickname() |
PeerObjectCollection |
GetObjects(PeerEndPoint peerEndPoint) |
PeerObjectCollection |
GetObjects(PeerEndPoint peerEndPoint,
Guid objectId) |
PeerName |
getPeerName() |
SubscriptionType |
getSubscribeAllowed() |
PeerInvitationResponse |
Invite() |
PeerInvitationResponse |
Invite(PeerApplication applicationToInvite,
java.lang.String message,
byte[] invitationData) |
PeerInvitationResponse |
Invite(PeerApplication dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2) |
PeerInvitationResponse |
Invite(PeerEndPoint peerEndPoint) |
PeerInvitationResponse |
Invite(PeerEndPoint peerEndPoint,
PeerApplication applicationToInvite,
java.lang.String message,
byte[] invitationData) |
PeerInvitationResponse |
Invite(PeerEndPoint dupParam0,
PeerApplication dupParam1,
java.lang.String dupParam2,
JCORefOut dupParam3) |
void |
InviteAsync(NetObject userToken) |
void |
InviteAsync(PeerApplication applicationToInvite,
java.lang.String message,
byte[] invitationData,
NetObject userToken) |
void |
InviteAsync(PeerApplication dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
NetObject dupParam3) |
void |
InviteAsync(PeerEndPoint peerEndPoint,
NetObject userToken) |
void |
InviteAsync(PeerEndPoint peerEndPoint,
java.lang.String message,
byte[] invitationData,
PeerApplication applicationToInvite,
NetObject userToken) |
void |
InviteAsync(PeerEndPoint dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
PeerApplication dupParam3,
NetObject dupParam4) |
void |
setCredentials(X509Certificate2 Credentials) |
void |
setDisplayName(java.lang.String DisplayName) |
void |
setEmailAddress(MailAddress EmailAddress) |
void |
setIsSubscribed(boolean IsSubscribed) |
void |
setJCOInstance(JCObject instance) |
void |
setNickname(java.lang.String Nickname) |
void |
setPeerName(PeerName PeerName) |
void |
setSubscribeAllowed(SubscriptionType SubscribeAllowed) |
void |
Subscribe() |
void |
SubscribeAsync(NetObject userToken) |
java.lang.String |
ToXml() |
void |
Unsubscribe() |
close, Dispose, Equals, getIsOnline, GetObjects, GetObjects, getPeerEndPoints, GetPresenceInfo, getSynchronizingObject, InviteAsyncCancel, setSynchronizingObjectEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PeerContact()
throws java.lang.Throwable
java.lang.Throwablepublic PeerContact(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PeerContact cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PeerContact, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPeerContact instancejava.lang.Throwable - in case of error during cast operationpublic static boolean Equals(NetObject objA, NetObject objB) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
public boolean Equals(PeerContact other) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
public static PeerContact FromXml(java.lang.String peerContactXml) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, ObjectDisposedException, OutOfMemoryException, CryptographicException, AccessViolationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionAccessViolationExceptionpublic PeerApplicationCollection GetApplications() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, ArgumentNullException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, InvalidOperationException, NotImplementedException, SocketException, PeerToPeerException, KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionArgumentNullExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionSocketExceptionPeerToPeerExceptionKeyNotFoundExceptionpublic PeerApplicationCollection GetApplications(Guid applicationId) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, ArgumentNullException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, InvalidOperationException, NotImplementedException, SocketException, PeerToPeerException, KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionArgumentNullExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionSocketExceptionPeerToPeerExceptionKeyNotFoundExceptionpublic PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic PeerApplicationCollection GetApplications(PeerEndPoint peerEndPoint, Guid applicationId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic X509Certificate2 getCredentials() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic java.lang.String getDisplayName()
throws java.lang.Throwable,
ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic MailAddress getEmailAddress() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic boolean getIsSubscribed()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class PeerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class PeerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class PeerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class PeerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class PeerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getNickname()
throws java.lang.Throwable,
ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint, Guid objectId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, SocketException, CultureNotFoundException, PeerToPeerException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionSocketExceptionCultureNotFoundExceptionPeerToPeerExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic PeerName getPeerName() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic SubscriptionType getSubscribeAllowed() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic PeerInvitationResponse Invite() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, CultureNotFoundException, Win32Exception, AccessViolationException, AbandonedMutexException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, SecurityException, MissingMethodException, TargetInvocationException, SocketException, CryptographicException
Invite in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionAccessViolationExceptionAbandonedMutexExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionSocketExceptionCryptographicExceptionpublic PeerInvitationResponse Invite(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
Invite in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundExceptionpublic PeerInvitationResponse Invite(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
Invite in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundExceptionpublic PeerInvitationResponse Invite(PeerEndPoint peerEndPoint) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, OverflowException, SocketException, CryptographicException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionOverflowExceptionSocketExceptionCryptographicExceptionpublic PeerInvitationResponse Invite(PeerEndPoint peerEndPoint, PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundExceptionpublic PeerInvitationResponse Invite(PeerEndPoint dupParam0, PeerApplication dupParam1, java.lang.String dupParam2, JCORefOut dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, SocketException, CryptographicException, KeyNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionKeyNotFoundExceptionpublic void InviteAsync(NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, WaitHandleCannotBeOpenedException, SocketException, CryptographicException
InviteAsync in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionSocketExceptionCryptographicExceptionpublic void InviteAsync(PeerApplication applicationToInvite, java.lang.String message, byte[] invitationData, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
InviteAsync in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionpublic void InviteAsync(PeerApplication dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, NetObject dupParam3) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
InviteAsync in class Peerjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionpublic void InviteAsync(PeerEndPoint peerEndPoint, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, Win32Exception, AccessViolationException, ConfigurationException, ConfigurationErrorsException, InvalidCastException, PeerToPeerException, OverflowException, WaitHandleCannotBeOpenedException, SocketException, CryptographicException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionConfigurationExceptionConfigurationErrorsExceptionInvalidCastExceptionPeerToPeerExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionSocketExceptionCryptographicExceptionpublic void InviteAsync(PeerEndPoint peerEndPoint, java.lang.String message, byte[] invitationData, PeerApplication applicationToInvite, NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionpublic void InviteAsync(PeerEndPoint dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, PeerApplication dupParam3, NetObject dupParam4) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PeerToPeerException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ConfigurationException, ConfigurationErrorsException, FormatException, KeyNotFoundException, OverflowException, OutOfMemoryException, SocketException, CryptographicException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPeerToPeerExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionKeyNotFoundExceptionOverflowExceptionOutOfMemoryExceptionSocketExceptionCryptographicExceptionpublic void setCredentials(X509Certificate2 Credentials) throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setDisplayName(java.lang.String DisplayName)
throws java.lang.Throwable,
ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setEmailAddress(MailAddress EmailAddress) throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setIsSubscribed(boolean IsSubscribed)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Peerpublic void setNickname(java.lang.String Nickname)
throws java.lang.Throwable,
ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setPeerName(PeerName PeerName) throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void setSubscribeAllowed(SubscriptionType SubscribeAllowed) throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void Subscribe()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
PathTooLongException,
InvalidCastException,
NullReferenceException,
FormatException,
OverflowException,
PlatformNotSupportedException,
Win32Exception,
PeerToPeerException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryExceptionpublic void SubscribeAsync(NetObject userToken) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, ConfigurationErrorsException, NotImplementedException, PathTooLongException, InvalidCastException, NullReferenceException, FormatException, OverflowException, PlatformNotSupportedException, Win32Exception, PeerToPeerException, CryptographicException, OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryExceptionpublic java.lang.String ToXml()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
PathTooLongException,
InvalidCastException,
NullReferenceException,
FormatException,
OverflowException,
PlatformNotSupportedException,
Win32Exception,
ObjectDisposedException,
PeerToPeerException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionObjectDisposedExceptionPeerToPeerExceptionpublic void Unsubscribe()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationException,
ConfigurationErrorsException,
NotImplementedException,
PathTooLongException,
InvalidCastException,
NullReferenceException,
FormatException,
OverflowException,
PlatformNotSupportedException,
Win32Exception,
PeerToPeerException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionConfigurationErrorsExceptionNotImplementedExceptionPathTooLongExceptionInvalidCastExceptionNullReferenceExceptionFormatExceptionOverflowExceptionPlatformNotSupportedExceptionWin32ExceptionPeerToPeerExceptionCryptographicExceptionOutOfMemoryException