Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1053_CycleLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit be302243
由
刘韬
编写于
2024-01-02 09:28:39 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
b4de7b0d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
76 行增加
和
1 行删除
DeviceLibrary/DeviceLibrary.csproj
DeviceLibrary/VirtuallyStore/Reference.cs → DeviceLibrary/VirtuallyStore/ITowerAppWS_Reference.cs
DeviceLibrary/VirtuallyStore/IWSInterface_Reference.cs
DeviceLibrary/DeviceLibrary.csproj
查看文件 @
be30224
...
...
@@ -164,7 +164,8 @@
</Compile>
<Compile Include="VirtuallyStore\BufferSlotsManger.cs" />
<Compile Include="VirtuallyStore\CommandList.cs" />
<Compile Include="VirtuallyStore\Reference.cs" />
<Compile Include="VirtuallyStore\ITowerAppWS_Reference.cs" />
<Compile Include="VirtuallyStore\IWSInterface_Reference.cs" />
<Compile Include="VirtuallyStore\VMsg.cs" />
<Compile Include="VirtuallyStore\VServerComm.cs" />
<Compile Include="VirtuallyStore\TowerList.cs" />
...
...
DeviceLibrary/VirtuallyStore/Reference.cs
→
DeviceLibrary/VirtuallyStore/
ITowerAppWS_
Reference.cs
查看文件 @
be30224
文件被删除
DeviceLibrary/VirtuallyStore/IWSInterface_Reference.cs
0 → 100644
查看文件 @
be30224
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace
MydataWcfServiceTest.ServiceReference3
{
[
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"System.ServiceModel"
,
"4.0.0.0"
)]
[
System
.
ServiceModel
.
ServiceContractAttribute
(
Namespace
=
"RoyoTech.StSys"
,
ConfigurationName
=
"ServiceReference3.IWSInterface"
)]
public
interface
IWSInterface
{
[
System
.
ServiceModel
.
OperationContractAttribute
(
Action
=
"RoyoTech.StSys/IWSInterface/WebServiceIsConnected"
,
ReplyAction
=
"RoyoTech.StSys/IWSInterface/WebServiceIsConnectedResponse"
)]
bool
WebServiceIsConnected
();
[
System
.
ServiceModel
.
OperationContractAttribute
(
Action
=
"RoyoTech.StSys/IWSInterface/WebServiceIsConnected"
,
ReplyAction
=
"RoyoTech.StSys/IWSInterface/WebServiceIsConnectedResponse"
)]
System
.
Threading
.
Tasks
.
Task
<
bool
>
WebServiceIsConnectedAsync
();
[
System
.
ServiceModel
.
OperationContractAttribute
(
Action
=
"RoyoTech.StSys/IWSInterface/XmlAction"
,
ReplyAction
=
"RoyoTech.StSys/IWSInterface/XmlActionResponse"
)]
System
.
Xml
.
Linq
.
XElement
XmlAction
(
string
xmlData
);
[
System
.
ServiceModel
.
OperationContractAttribute
(
Action
=
"RoyoTech.StSys/IWSInterface/XmlAction"
,
ReplyAction
=
"RoyoTech.StSys/IWSInterface/XmlActionResponse"
)]
System
.
Threading
.
Tasks
.
Task
<
System
.
Xml
.
Linq
.
XElement
>
XmlActionAsync
(
string
xmlData
);
}
[
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"System.ServiceModel"
,
"4.0.0.0"
)]
public
interface
IWSInterfaceChannel
:
MydataWcfServiceTest
.
ServiceReference3
.
IWSInterface
,
System
.
ServiceModel
.
IClientChannel
{
}
[
System
.
Diagnostics
.
DebuggerStepThroughAttribute
()]
[
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"System.ServiceModel"
,
"4.0.0.0"
)]
public
partial
class
WSInterfaceClient
:
System
.
ServiceModel
.
ClientBase
<
MydataWcfServiceTest
.
ServiceReference3
.
IWSInterface
>,
MydataWcfServiceTest
.
ServiceReference3
.
IWSInterface
{
public
WSInterfaceClient
()
{
}
public
WSInterfaceClient
(
string
endpointConfigurationName
)
:
base
(
endpointConfigurationName
)
{
}
public
WSInterfaceClient
(
string
endpointConfigurationName
,
string
remoteAddress
)
:
base
(
endpointConfigurationName
,
remoteAddress
)
{
}
public
WSInterfaceClient
(
string
endpointConfigurationName
,
System
.
ServiceModel
.
EndpointAddress
remoteAddress
)
:
base
(
endpointConfigurationName
,
remoteAddress
)
{
}
public
WSInterfaceClient
(
System
.
ServiceModel
.
Channels
.
Binding
binding
,
System
.
ServiceModel
.
EndpointAddress
remoteAddress
)
:
base
(
binding
,
remoteAddress
)
{
}
public
bool
WebServiceIsConnected
()
{
return
base
.
Channel
.
WebServiceIsConnected
();
}
public
System
.
Threading
.
Tasks
.
Task
<
bool
>
WebServiceIsConnectedAsync
()
{
return
base
.
Channel
.
WebServiceIsConnectedAsync
();
}
public
System
.
Xml
.
Linq
.
XElement
XmlAction
(
string
xmlData
)
{
return
base
.
Channel
.
XmlAction
(
xmlData
);
}
public
System
.
Threading
.
Tasks
.
Task
<
System
.
Xml
.
Linq
.
XElement
>
XmlActionAsync
(
string
xmlData
)
{
return
base
.
Channel
.
XmlActionAsync
(
xmlData
);
}
}
}
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论