コード例 #1
0
        public static EndpointAddress GetEndPointAddress()
        {
            var serviceUriString = SoapHelper.GetSoapServiceUriString(AppSettings.GetByKey("OperationsServiceGroupName"), AppSettings.GetByKey("OperationsUriString"));

            var endpointAddress = new System.ServiceModel.EndpointAddress(serviceUriString);

            return(endpointAddress);
        }