 | DiscoverCallback Delegate |
The signature of a method that apps hosting the client use to convert a discover
request into a response.
Namespace: Orthogonal.MixedCommsLibAssembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntaxpublic 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