Example #1
0
 public bool TestClientSupported(string serviceName, string clientVersion)
 {
     return(_versionService.ClientSupported(serviceName, clientVersion));
 }
Example #2
0
 ///
 public bool CheckClientSupport(string service, string clientVersion)
 {
     return(_versionService.ClientSupported(service, clientVersion));
 }