Click or drag to resize

DiscoverCallback Delegate

The signature of a method that apps hosting the client use to convert a discover request into a response.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public delegate string DiscoverCallback(
	IPEndPoint endpoint,
	string request
)

Parameters

endpoint  IPEndPoint
The endpoint of the discover client request.
request  String
The string request from the discover client.

Return Value

String
See Also