473,668 Members | 2,456 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HttpChannel

What is the namespace of HttpChannel type in VS.NET 2003?
I'm using System.Runtime. Remoting.Channe ls.Http, but there is error while
compiling.
Error Message:
"The type or namespace name 'http' does not exist in the class or namespace"
Nov 16 '05 #1
1 1984
David,

I believe that the HttpChannel type is in the
System.Runtime. Remoting.dll assembly. Have you added a reference to that in
your project?

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"David" <da*********@ho tmail.com> wrote in message
news:uF******** ******@tk2msftn gp13.phx.gbl...
What is the namespace of HttpChannel type in VS.NET 2003?
I'm using System.Runtime. Remoting.Channe ls.Http, but there is error while
compiling.
Error Message:
"The type or namespace name 'http' does not exist in the class or namespace"

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
9320
by: Christian Westerlund | last post by:
Hi! Does anyone know if it is possible for a client server communication easy in .NET with these requirements: The client always initiates the communication The server only answers (responds) Uses port 80, skips firewall The server computer doesn't have a IIS or web server
4
3821
by: Tom | last post by:
what is the difference between HttpChannel() and HttpServerChannel() both can act like a server or client so I'm a little confused as HttpChannel(8000) is pretty much the same as HttpServerChannel(8000). Thanks Tom
1
1111
by: Dan | last post by:
I posted the following on the remoting board, but it doesn't look like there is a lot of traffic there. Maybe someone has an idea of what I should try here. That is if everyone's full attention on the C# vs. C battle. I have set up a little app to work out how I am going to decouple the parts of my larger app using remoting. I am trying to pass an object by reference to an SAO. I first got the security error that was added for 1.1. ...
1
5439
by: teddy | last post by:
Hello! I have HttpChannel (client server) and I want to authenticate users (username and password, specified not by system, but myself). Can you help me please? Thanks a lot My connection codes: Server: IDictionary props = new Hashtable(); props = "Full";
2
1201
by: David | last post by:
What is the namespace of HttpChannel type in VS.NET 2003? I'm using System.Runtime.Remoting.Channels.Http, but there is error while compiling. Error Message: "The type or namespace name 'http' does not exist in the class or namespace"
3
2490
by: Fredric Ragnar | last post by:
Hi, I am making a prototype system with Remoting in the bottom of the system. An XML Web Service is using the remote object on an IIS to present data. I am using a TcpChannel for communicating between the XML Web Service and the host for the remote object. Within the host a port is defined and the channel registered. It starts listening for requests. The destination port is therefore clearly defined.
3
1909
by: archana | last post by:
Hi all, I am confuse at selecting httpchannel and tcpchannel. I read on MSDN that ' HttpChannel is a good channel to start with because in some scenarios it can be used through firewalls without opening a port; Can anyone tell what exactly it means?. As for communication there has to be port open to send data, i am not getting how through firewall httpchannel work?.
3
2451
by: =?Utf-8?B?U2NvdHQ=?= | last post by:
I have a small program that exposes an interface via soap as follows: HttpChannel ipc = new HttpChannel( nPort ); ChannelServices.RegisterChannel( ipc, false ); RemotingConfiguration.RegisterWellKnownServiceType( typeof(WsdlClient.CJLResponse), "JLSoapResponse.rem", WellKnownObjectMode.Singleton ); This works fine. Note that the port the program is listening on varies. This allows for multiple instances of the program to run...
3
2838
by: Ashutosh | last post by:
Hi, Facing issue with HttpChannel....I have always used TcpChannel...using it for the first time.. This code works fine for TcpChannel but gives exception when using HttpChannel on calling the SayHello method in client. Exception details: "Invalid SOAPAction specified: "http://schemas.microsoft.com/clr/nsassem/RemotingServer.ITestInterface/RemotingClient1#SayHello"" Do we need to do something extra here to use HttpChannel? I have...
0
8459
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8371
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8889
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8790
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8652
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7391
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5677
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2782
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1779
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.