Link Class |
Namespace: Vaser
public class Link
The Link type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachedID | Any to this link related ID can be safed here. This variable is threadsafe and is free to use. |
![]() | AttachedObject | Any to this link related object can be safed here. This variable is threadsafe and is free to use. |
![]() | IPv4Address | the remote endpoint IPAddress |
![]() | IsAuthenticated | Indicates if the link is authenticated. |
![]() | IsConnected | Indicates if the link is connected. |
![]() | IsEncrypted | Indicates if the link is encrypted. |
![]() | IsKerberos | Indicates if the link uses kerberos. |
![]() | IsMutuallyAuthenticated | Indicates if the link is full authenticated and trusted. |
![]() | IsServer | Indicates if the link is from a server. |
![]() | IsSigned | Indicates if the link is signed. |
![]() | UserName | Contains the UserName of Kerberos connections. |
![]() | vCDObject | Do not use. Used by vContentDelivery |
![]() | vServer | Contains the reference of the server. Is null on the client side. |
Name | Description | |
---|---|---|
![]() | Accept | Accept the new connected client. Incoming data will be now received. |
![]() | Dispose | Close the connection and free all resources. |
![]() | OnDisconnectingLink | Raises an event if the link is disconnected. |
![]() | OnEmptyBuffer | Raises an event if the Buffer of this link is empty. The 'OnEmptybuffer' parameter must set when a packet is send. |
Name | Description | |
---|---|---|
![]() | Disconnecting | EventHandler for disconnecting |
![]() | EmptyBuffer | EventHandler for empty buffer triggers an event from when the buffer is empty |