Example #1
0
 public string GetShareKey(string sharedKey, out bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.ErrorModel errorModel)
 {
     bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyRequest inValue = new bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyRequest();
     inValue.sharedKey = sharedKey;
     bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyResponse retVal = ((bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.IService)(this)).GetShareKey(inValue);
     errorModel = retVal.errorModel;
     return(retVal.GetShareKeyResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyResponse> GetShareKeyAsync(bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyRequest request)
 {
     return(base.Channel.GetShareKeyAsync(request));
 }
Example #3
0
 bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyResponse bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.IService.GetShareKey(bhojarajsahu88.VSQuickShare.VSQuickShareServiceReference.GetShareKeyRequest request)
 {
     return(base.Channel.GetShareKey(request));
 }