示例#1
0
 public string GetPhotoThumbnail(string nickname, string password, string photoID)
 {
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest inValue = new Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest();
     inValue.nickname = nickname;
     inValue.password = password;
     inValue.photoID  = photoID;
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailResponse retVal = ((Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpGet)(this)).GetPhotoThumbnail(inValue);
     return(retVal.@string);
 }
示例#2
0
 Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailResponse Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpGet.GetPhotoThumbnail(Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest request)
 {
     return(base.Channel.GetPhotoThumbnail(request));
 }