?? reference.cs
字號:
?//------------------------------------------------------------------------------
// <auto-generated>
// 此代碼由工具生成。
// 運行時版本:2.0.50727.3053
//
// 對此文件的更改可能會導致不正確的行為,并且如果
// 重新生成代碼,這些更改將會丟失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Client.HelloWCF {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="HelloWCF.IHelloWCFService")]
public interface IHelloWCFService {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IHelloWCFService/HelloWCF", ReplyAction="http://tempuri.org/IHelloWCFService/HelloWCFResponse")]
string HelloWCF(string message);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
public interface IHelloWCFServiceChannel : Client.HelloWCF.IHelloWCFService, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
public partial class HelloWCFServiceClient : System.ServiceModel.ClientBase<Client.HelloWCF.IHelloWCFService>, Client.HelloWCF.IHelloWCFService {
public HelloWCFServiceClient() {
}
public HelloWCFServiceClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public HelloWCFServiceClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public HelloWCFServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public HelloWCFServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string HelloWCF(string message) {
return base.Channel.HelloWCF(message);
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -