代码搜索:Remoting

找到约 565 项符合「Remoting」的源代码

代码结果 565
www.eeworm.com/read/474084/6832561

xml dwr.xml

www.eeworm.com/read/394505/8220806

cs myremotableobject.cs

using System; using System.Windows.Forms; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Threading; namespace RemotableObjects { public class MyR
www.eeworm.com/read/174458/9586696

cpp remoteserver.cpp

// 这是使用应用程序向导生成的 VC++ // 应用程序项目的主项目文件。 #include "stdafx.h" #using using namespace System; using namespace System::Runtime::Remoting; using namespace System::Runtime::Remoti
www.eeworm.com/read/174458/9586711

cpp client.cpp

// 这是使用应用程序向导生成的 VC++ // 应用程序项目的主项目文件。 #include "stdafx.h" #using using namespace System; using namespace System::Runtime::Remoting; using namespace System::Runtime::Remoti
www.eeworm.com/read/174006/9612434

txt 18.1.txt

Listing 18.1 A Server Configuration File to Define a Well-Known Object with the HTTP Channel
www.eeworm.com/read/174006/9612472

txt 18.3.txt

Listing 18.3 web.config to Specify a Remoting Object with IIS
www.eeworm.com/read/174006/9612667

txt 18.6.txt

Listing 18.6 Remoting Configuration File with a Sink Provider
www.eeworm.com/read/174006/9612669

txt 18.2.txt

Listing 18.2 A Client Configuration File to Define a Well-Known Object with the HTTP Channel
www.eeworm.com/read/108369/15587528

cs chat.cs

namespace RemotingChat { using System; using System.Runtime.Remoting; /// /// Summary description for Class1. /// public interface Chat { void ch
www.eeworm.com/read/103092/15746114

config hellonew.exe.config