Ejemplo n.º 1
0
 // gets the send timeout
 public int GetSendTimeout()
 {
     sendTimeout = client.GetSendTimeout();
     return(sendTimeout);
 }
Ejemplo n.º 2
0
 // getter for the send timeout
 public static int GetSendTimeout()
 {
     return(client.GetSendTimeout());
 }