Example #1
0
 /// Adds the http Listener.
 public void addHttpLIstener(INetworkCommunicationListener obj)
 {
     this.objNetworkCommunicationListener = obj;
 }
Example #2
0
 /// Initializes a new instance of the <see cref="T:MazdaMBA.ConnectionManager.HttpConnectionManager"/> class.
 public HttpConnectionManager(INetworkCommunicationListener obj, String RequestID)
 {
     this.addHttpLIstener(obj);
     this.requestIDforhit = RequestID;
 }