⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.h

📁 基于Linux平台的SNMP/SOAP客服端源码:很不错的东西,可以学习,也可以应用开发.
💻 H
字号:
/*	header.h	Defines SOAP Header data structure shared by client and service modules	As an example, authentication information can be included in the header.	Copyright (C) 2000-2002 Robert A. van Engelen. All Rights Reserved.*///gsoap h schema namespace: http://websrv.cs.fsu.edu/~engelen/h.xsdstruct h__authentication{ char *userid;  char *passwd;};struct SOAP_ENV__Header{ struct h__authentication *h__credentials;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -