Exemplo n.º 1
0
        public __ClientBase(string endpointConfigurationName, string remoteAddress)
        {
            // https://msdn.microsoft.com/en-us/library/ms574922(v=vs.110).aspx

            //Console.WriteLine(" System.ServiceModel.ClientBase`1 .ctor " + new { endpointConfigurationName, remoteAddress });

            this.__endpointConfigurationName = endpointConfigurationName;
            this.__remoteAddress             = new __EndpointAddress(remoteAddress);
        }
Exemplo n.º 2
0
        public __ClientBase(__Binding binding, __EndpointAddress remoteAddress)
        {
            // Z:\jsc.svn\examples\javascript\ubuntu\UbuntuMIDExperiment\Application.cs

            // https://msdn.microsoft.com/en-us/library/ms574922(v=vs.110).aspx

            this.__remoteAddress = remoteAddress;

            //Console.WriteLine(" System.ServiceModel.ClientBase`1 .ctor " + new { endpointConfigurationName, remoteAddress });
        }