TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > Button > Method >

 

SetProtocol

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > Button > Method >

 

SetProtocol

 

 

Sets the protocol.

 

 

 

Prototype :

 

void SetProtocol

(

       string Protocol

)

 

 

 

Arguments :

 

Protocol

refer to ProtocolConst

 

 

 

Example :

 

//string

  This.SetProtocol("GET");

 

//constant

  This.SetProtocol(ProtocolConst.GET);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

ProtocolConst