|
| 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 () |
| |
◆ 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:
- C:/Users/MaxsonRamonDosAnjosM/workspace/libraries/libiec61850/dotnet/IEC61850forCSharp/IEC61850ServerAPI.cs