📄 header.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 + -