use the specified security protocol
(security: ISecurity)
| 155 | |
| 156 | /** use the specified security protocol */ |
| 157 | public setSecurity(security: ISecurity): void { |
| 158 | this.security = security; |
| 159 | } |
| 160 | |
| 161 | public setSOAPAction(SOAPAction: string): void { |
| 162 | this.SOAPAction = SOAPAction; |
no outgoing calls
no test coverage detected