Beispiel #1
0
 private void button6_Click(object sender, EventArgs e)
 {
     m_proxy.StartSession();
 }
Beispiel #2
0
 private void button6_Click(object sender, EventArgs e)
 {
     m_proxy.StartSession();
     MessageBox.Show("This session will expire after 30 seconds if there is no activity, according to the 'receiveTimeout' setting of the host.\r\nCurrent setting: receiveTimeout='00:00:30'");
 }