[Missing <summary> documentation for "T:Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection.Authenticate"]
Namespace:
Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection
Assembly:
Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax public delegate bool Authenticate(
string channelId,
string responseReceiverId,
Object loginMessage,
Object handshakeMessage,
Object handshakeResponseMessage
)
Public Delegate Function Authenticate (
channelId As String,
responseReceiverId As String,
loginMessage As Object,
handshakeMessage As Object,
handshakeResponseMessage As Object
) As Boolean
Parameters
- channelId
- Type: SystemString
- responseReceiverId
- Type: SystemString
- loginMessage
- Type: SystemObject
- handshakeMessage
- Type: SystemObject
- handshakeResponseMessage
- Type: SystemObject
Return Value
Type:
BooleanSee Also