B: CryptoStream C:MemoryStream D:BufferedStream
221.为了向程序中添加Gopher协议,以支持\开头的URI,除了创建相应的Gopherwebrequest和Gopherwebponse类,还应采用下列哪种措施 A.调用WebReponse类的RegisterpPrefix方法
B.调用ServicPointManger类的FindServicePoint方法 C.调用WebRequest类的RegisterPrefix方法 D.调用WebRequest类的Create方法
222.在。NET远程处理框条中TCP信道的默认格式程序为() A Tcp Formatter B Http Formatter C Binary Formatter D Soap formatter
则以下语句能否正常编译?( ) short x ;
long y =123456789; x=(short)y;
A 无法通过正常编译
B 可以通过编译,但运行时出错 C可以正常编译和运行
223在ADO.net中,DataAdspter对象使用下列哪个Command属性从数据源中删除记录?()A DeleteCommand B UpdateCommand C InsertCommand D SelectCommand
26