Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: Vesharptomy Pin
Pete O'Hanlon28-Sep-08 10:04
mvePete O'Hanlon28-Sep-08 10:04 
GeneralRe: Vesharptomy Pin
leckey28-Sep-08 10:06
leckey28-Sep-08 10:06 
JokeRe: Sterilization in C# Pin
Giorgi Dalakishvili28-Sep-08 11:25
mentorGiorgi Dalakishvili28-Sep-08 11:25 
JokeRe: Sterilization in C# PinPopular
Guffa28-Sep-08 12:02
Guffa28-Sep-08 12:02 
QuestionWeb services database connectivity Pin
Chazzysb28-Sep-08 6:29
Chazzysb28-Sep-08 6:29 
AnswerRe: Web services database connectivity Pin
N a v a n e e t h28-Sep-08 8:43
N a v a n e e t h28-Sep-08 8:43 
Questioni2c in parallel port Pin
barak16048728-Sep-08 2:21
barak16048728-Sep-08 2:21 
Questionpassing by reference v.s. passing by value Pin
George_George27-Sep-08 23:23
George_George27-Sep-08 23:23 
Hello everyone,


Supposing I am writng a web services client using managed code. My question is what is the differences between passing by value and passing by reference, when we pass parameter to a web services web method call?

My confusion is, in traditional senses, passing by reference means passing only a pointer, and modification is impacted on the original object. Passing by value means passing a new copy of original object, and modification is not impacted on the original object. -- But for web services, no matter pass by value or pass by reference of an object, I think it is always made a new copy and not pointer across the network to web services server (since pointer address is only meaningful for local process on local machine)?

What is the actual differnces between passing by reference and passing by value when making a web services call?


thanks in advance,
George
AnswerRe: passing by reference v.s. passing by value Pin
User 665827-Sep-08 23:38
User 665827-Sep-08 23:38 
GeneralRe: passing by reference v.s. passing by value Pin
George_George27-Sep-08 23:45
George_George27-Sep-08 23:45 
GeneralRe: passing by reference v.s. passing by value Pin
User 665828-Sep-08 4:04
User 665828-Sep-08 4:04 
GeneralRe: passing by reference v.s. passing by value Pin
George_George28-Sep-08 4:08
George_George28-Sep-08 4:08 
GeneralRe: passing by reference v.s. passing by value Pin
Guffa28-Sep-08 5:30
Guffa28-Sep-08 5:30 
GeneralRe: passing by reference v.s. passing by value Pin
George_George30-Sep-08 0:11
George_George30-Sep-08 0:11 
GeneralRe: passing by reference v.s. passing by value Pin
Guffa30-Sep-08 8:18
Guffa30-Sep-08 8:18 
GeneralRe: passing by reference v.s. passing by value Pin
George_George30-Sep-08 22:20
George_George30-Sep-08 22:20 
GeneralRe: passing by reference v.s. passing by value Pin
Paul Conrad28-Sep-08 5:53
professionalPaul Conrad28-Sep-08 5:53 
GeneralRe: passing by reference v.s. passing by value Pin
George_George30-Sep-08 0:12
George_George30-Sep-08 0:12 
AnswerRe: passing by reference v.s. passing by value Pin
Guffa28-Sep-08 1:32
Guffa28-Sep-08 1:32 
GeneralRe: passing by reference v.s. passing by value Pin
George_George28-Sep-08 1:42
George_George28-Sep-08 1:42 
GeneralRe: passing by reference v.s. passing by value Pin
Guffa28-Sep-08 5:19
Guffa28-Sep-08 5:19 
GeneralRe: passing by reference v.s. passing by value [modified] Pin
N a v a n e e t h28-Sep-08 7:43
N a v a n e e t h28-Sep-08 7:43 
GeneralRe: passing by reference v.s. passing by value Pin
Guffa28-Sep-08 8:25
Guffa28-Sep-08 8:25 
GeneralRe: passing by reference v.s. passing by value Pin
George_George30-Sep-08 0:00
George_George30-Sep-08 0:00 
GeneralRe: passing by reference v.s. passing by value Pin
Guffa30-Sep-08 8:01
Guffa30-Sep-08 8:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.