易截截图软件、单文件、免安装、纯绿色、仅160KB

会delphi又会c#的进来帮个忙。。。。。

把这段代码翻译为c#是什么样的麻烦帮帮忙
Delphi(Pascal) code:

unit SMSHTTP;
interface
uses InvokeRegistry, SOAPHTTPClient, Types, XSBuiltIns;
type
GetInMessageResult = class; { "http://localhost/SMSHTTP" }
{ "http://localhost/SMSHTTP" }
InMessageType = (All, Processed, UnProcessed);
// Namespace : http://localhost/SMSHTTP
// ************************************************************************ //
GetInMessageResult = class(TRemotable)
private
Fschema: WideString;
published
property schema: WideString read Fschema write Fschema;
end;

************************************** //
SMSServiceSoap = interface(IInvokable)
['{5CE582F3-E623-1D01-F61E-B1B07FF45F78}']
function GetInMessage(const username: WideString; const password: WideString; const type_: InMessageType): GetInMessageResult; stdcall;

function GetSMSServiceSoap(UseWSDL: Boolean=System.False; Addr: string=''; HTTPRIO: THTTPRIO = nil): SMSServiceSoap;


implementation

function GetSMSServiceSoap(UseWSDL: Boolean; Addr:


相关问答:

这个SQL语句有什么问题? - Delphi / 非技术区

select * from shuju.DB where 开盘价-收盘价<=0.02
开盘价 与收盘价 是数据库里的字段
select * from aTableName where ((开盘价-收盘价) <=0.02 )

开盘价比收盘价低两分以下的情况

Mark!!!!!!

se ......

C# xml文件utf-8转gb2312问题 - Web 开发 / XML/SOAP

我要在网页上上传一个XML文件,我在C#中写了一个验证XML文件格式的方法: 
private bool ValidateXml(string xmlFilePath) 
  { 
  string xsdPath = Request.PhysicalApp ......

付费求delphi拼音编程 - Delphi / 非技术区

具体要求与报酬QQ729851670
771234717

“拼音编程”是什么意思

引用
“拼音编程”是什么意思
1.给一个字可以显示拼音,多音字的话能显示对应的多个拼音
2.对包含多音字的词语智能识别给出拼音。
3.对一段 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号