You are developing a Windows Comunication Foundati...
单选题

You are developing a Windows Comunication Foundation (WCF) service that is used to check the status of orders placed by customers.The following code segment is part of your service.(Line numbers are included for reference only.) 01 [ServiceContract] 02 public interface IStatus 03 { 04 [OperationContract] 05 int GetOrderStatus(string orderNumber); 06 } 07 08 class OrderService : IStatus 09 { 10 public int GetOrderStatus(string orderNumber) 11 { 12 ... 13 } 14 } 15 16 class Program 17 { 18 static void Main(string[] args) 19 { 20 21 22 host.Open( ); 23 ... 24 } 25 }You need to ensure that the service always listens at net.pipe://SupplyChainServer/Pipe. What should you do?()

发布日期:2020-04-10

A.

B.

C.

D.

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定