libiec61850.NET 1.6.1
IEC 61850 .NET API for libiec61850 protocol library
Loading...
Searching...
No Matches
IEC61850.Server.ClientConnection Class Reference
Inheritance diagram for IEC61850.Server.ClientConnection:

Public Member Functions

object GetSecurityToken ()
 Get the security token associated with this connection The security token is an opaque handle that is associated with the connection.It is provided by the authenticator (if one is present). If no security token is used then this function returns NULL.
 
string GetPeerAddress ()
 
string GetLocalAddress ()
 
bool Abort ()
 Abort/Close the client connection.
 
void Dispose ()
 

Member Function Documentation

◆ Abort()

bool IEC61850.Server.ClientConnection.Abort ( )

Abort/Close the client connection.

Returns
true, when connection has been closed, false when connection was already close

◆ Dispose()

void IEC61850.Server.ClientConnection.Dispose ( )

◆ GetLocalAddress()

string IEC61850.Server.ClientConnection.GetLocalAddress ( )

◆ GetPeerAddress()

string IEC61850.Server.ClientConnection.GetPeerAddress ( )

◆ GetSecurityToken()

object IEC61850.Server.ClientConnection.GetSecurityToken ( )

Get the security token associated with this connection The security token is an opaque handle that is associated with the connection.It is provided by the authenticator (if one is present). If no security token is used then this function returns NULL.

Returns
the security token or NULL

The documentation for this class was generated from the following file: