Exemplo n.º 1
0
 public string GetPhotoThumbnail(string nickname, string password, string photoID)
 {
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest1();
     inValue.nickname = nickname;
     inValue.password = password;
     inValue.photoID  = photoID;
     Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpPost)(this)).GetPhotoThumbnail(inValue);
     return(retVal.@string);
 }
Exemplo n.º 2
0
 Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailResponse1 Next2Friends.Soap2Bin.Interaction.PhotoService.PhotoServiceHttpPost.GetPhotoThumbnail(Next2Friends.Soap2Bin.Interaction.PhotoService.GetPhotoThumbnailRequest1 request)
 {
     return(base.Channel.GetPhotoThumbnail(request));
 }