单项选择题
在使用ASP.NET开发Web服务时,Web服务类必须派生自:()
A.a B.b C.c D.d
解决方案DoRemotingCall包含3个项目MyServer、MyClient、Common,场景如下: ...
解决方案DoRemotingCall包含3个项目MyServer、MyClient、Common,场景如下: MyServer和MyClient分别为两个C#控制台项目,Common为C#类库项目。其中,Common项目实现了类HelloClass,输出文件为Common.dll;MyServer引用Common.dll,并向.NET远程处理框架注册类HelloClass为远程对象;MyClient引用Common.dll,并希望通过.NET远程处理框架访问有MyServer进程创建的HelloClass对象。为了在MyServer的Main方法中将HelloClass类注册为“客户端激活”对象,应调用类RemotingConfiguration中以下哪个方法?()
解决方案DoRemotingCall包含3个项目MyServer、MyClient、Common,场景如下: MyServer和MyClient分别为两个C#控制台项目,Common为C#类库项目。其中,Common项目实现了类HelloClass,输出文件为Common.dll;MyServer引用Common.dll,并向.NET远程处理框架注册类HelloClass为远程对象;MyClient引用Common.dll,并希望通过.NET远程处理框架访问有MyServer进程创建的HelloClass对象。为了在MyServer的Main方法中将HelloClass类注册为“服务器激活”对象,应调用类RemotingConfiguration中以下哪个方法?()
在.NET远程处理框架中,TCP信道的默认格式化程序为:()。A.SoapFormatterB.BinaryF...
单项选择题在.NET远程处理框架中,TCP信道的默认格式化程序为:()。
A.SoapFormatter B.BinaryFormatter C.HttpFormatter D.TcpFormatter