Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GetClientResponse.cs
1using System;
2
4{
8 public class GetClientResponse
9 {
13 public string FullJid;
14
18 public string BareJid;
19
23 public string LocalUrl;
24
29 }
30}
Response to the HttpxProxy.GetClientAsync(Uri) method call.
string BareJid
Bare JID of entity hosting the resource.
HttpxClient HttpxClient
Corresponding HttpxClient object to use for the request..
string FullJid
Full JID of entity hosting the resource.