Example #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(VerifyserviceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IVerifyservice));
 }
Example #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(VerifyserviceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IVerifyservice));
 }