Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagecpp
themeEclipse
linenumberstrue
collapsefalse
User Function tstConnectionTimeout()

  Local oWsdl := TWsdlManager():New()

  ConOut( "nConnectionTimeout [" + Str( oWsdl:nConnectionTimeout ) + "] before change" )  // exibe 'nConnectionTimeout [300] before change'    

  oWsdl:nConnectTimeoutnConnectionTimeout := 250

  ConOut( "nConnectionTimeout [" + Str( oWsdl:nConnectionTimeout ) + "] after change" )   // exibe 'nConnectionTimeout [250] after change'

  // métodos

Return

...