Click or drag to resize

GetHandshakeResponseMessage Delegate

[Missing <summary> documentation for "T:Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection.GetHandshakeResponseMessage"]

Namespace:  Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public delegate Object GetHandshakeResponseMessage(
	string channelId,
	string responseReceiverId,
	Object handshakeMessage
)

Parameters

channelId
Type: SystemString
responseReceiverId
Type: SystemString
handshakeMessage
Type: SystemObject

Return Value

Type: Object
See Also