Ignore:
Timestamp:
May 26, 2011, 5:45:42 AM (13 years ago)
Author:
Sam Habiel
Message:

BMXNetEhrSessionConnection.cs implements ConnectionEncoding so that the project can compile.
BMXNetEhrSessionConnection.cs: ReceiveString TCP code refactored, AGAIN!

Updated dlls.

Location:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/LoginProcess.cs

    r1146 r1193  
    282282        public bool AttemptUserInputLogin(string aDialogTitle, int maxAttempts, bool enableConnectionManagement,IWin32Window aUiOwnerForPositioningDialog)
    283283        {
     284            //test sam
     285            //Framework.SocketBroker.Open(
     286            //Framework.SocketBroker.PrimaryRemoteSession.TransmitRPC("XUS INTRO TEXT","","XUS SIGNON");
     287            //test sam
     288
    284289            this.MaxAttempts = maxAttempts;
    285290            RpmsLoginView view = (RpmsLoginView)new RpmsLoginDialog();
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/WinFramework.cs

    r1146 r1193  
    657657        public LoginProcess CreateLoginProcess()
    658658        {
     659            /*
     660            //sam test
     661            BMXNetSocketConnectionSpec spec = new BMXNetSocketConnectionSpec();
     662            spec.Server = this.ConnectionSettings.DefaultConnectionSpec.Server;
     663            spec.Port = this.ConnectionSettings.DefaultConnectionSpec.Port;
     664
     665            var broker = new BMXNetSocketBroker();
     666            broker.ConnectionSpec = spec;
     667            var initcxn = new BMXNetSessionSocketConnection(broker);
     668            initcxn.ConnectionSpec = spec;
     669            initcxn.OpenConnectionCommon();
     670            initcxn.IsConnected = true;
     671            string txt = initcxn.TransmitRPC("XUS INTRO TEXT", "");
     672            //end test
     673            */
    659674            return new LoginProcess(this);
    660675
Note: See TracChangeset for help on using the changeset viewer.