Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NetBIX.oBIX.Client.XmlObixClient"/> class for oBIX XML over HTTP.
 /// </summary>
 /// <param name="ObixLobbyUri">Obix lobby URI.</param>
 public XmlObixClient(Uri ObixLobbyUri)
     : base(ObixLobbyUri)
 {
     WebClient  = new HttpClient();
     ErrorStack = new ObixErrorStack();
 }
Beispiel #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="NetBIX.oBIX.Client.XmlObixClient"/> class for oBIX XML over HTTP.
        /// </summary>
        /// <param name="ObixLobbyUri">Obix lobby URI.</param>
        public XmlObixClient(Uri ObixLobbyUri)
            : base(ObixLobbyUri) {
            WebClient = new HttpClient();
            ErrorStack = new ObixErrorStack();

        }