?? 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 + -