Interface ISocketConnection
Interface for connections.
Inherited Members
Namespace: Fibula.Communications.Contracts.Abstractions
Assembly: Fibula.Communications.Contracts.dll
Syntax
public interface ISocketConnection : IConnection
Properties
| Improve this Doc View SourceSocketIp
Gets the Socket IP address of this connection, if it is open.
Declaration
string SocketIp { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetupAuthenticationKey(UInt32[])
Sets up an Xtea key expected to be matched on subsequent messages.
Declaration
void SetupAuthenticationKey(uint[] xteaKey)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32[] | xteaKey | The XTea key to use in this connection's communications. |