473,667 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HttpChannel() and HttpServerChann el

Tom
what is the difference between HttpChannel() and HttpServerChann el() both
can act like a server or client so I'm a little confused as
HttpChannel(800 0) is pretty much the same as HttpServerChann el(8000).

Thanks
Tom
Nov 16 '05 #1
4 3820
HttpServerChann el doesn't implement IChannelSender interface.

"Tom" <to********@opt ushome.com.au> wrote in message
news:41******** *************** @news.optusnet. com.au...
what is the difference between HttpChannel() and HttpServerChann el() both
can act like a server or client so I'm a little confused as
HttpChannel(800 0) is pretty much the same as HttpServerChann el(8000).

Thanks
Tom

Nov 16 '05 #2
HttpServerChann el -> IChannelReceive r

HttpClientChann el -> IChannel

HttpChannel-> Provides the functionality of both ServerChannel and
HttpClientChann el
--
Tarkeshwar
..Net Programmer
Fifth Generation Technologies
"Tom" <to********@opt ushome.com.au> wrote in message
news:41******** *************** @news.optusnet. com.au...
what is the difference between HttpChannel() and HttpServerChann el() both
can act like a server or client so I'm a little confused as
HttpChannel(800 0) is pretty much the same as HttpServerChann el(8000).

Thanks
Tom

Nov 16 '05 #3
Hi Tom
"HttpChannel(80 00) is pretty much the same as HttpServerChann el(8000)." It
can do its function, but the opposite is not true. You can think of the
HttpServerChann el as a subset since it doen't implement IChannelSender
interface.

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #4
Tom
thanks :)

I understand now

"Mohamoss" <mo************ @egdsc.microsof t.com> wrote in message
news:G7******** ******@cpmsftng xa10.phx.gbl...
Hi Tom
"HttpChannel(80 00) is pretty much the same as HttpServerChann el(8000)." It
can do its function, but the opposite is not true. You can think of the
HttpServerChann el as a subset since it doen't implement IChannelSender
interface.

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #5

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

Similar topics

1
1439
by: Peppe | last post by:
This is my error : Only one usage of each socket address (protocol/network address/port) is normally permitted Server stack trace: at System.Runtime.Remoting.Channels.Http.HttpServerChannel.StartListening(Object data) at System.Runtime.Remoting.Channels.Http.HttpServerChannel.SetupChannel() at
1
1984
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"
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";
1
965
by: SOS | last post by:
hi guys , i'm trying to learn how to use .Net Remoting ! i created a class like this : public class MyClass : MarshalByRefObject {
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.
0
1858
by: Dave A | last post by:
When I register a remoting service programmatically things work great but when I register the service using a config file I get the error "Requested Service not found" when invoking a server activated object and "Type 'RemotingTest.ClientActivated, RemotableObjects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not registered for activation" when attempting to call the client activated object. Can someone point out the...
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
8457
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
8788
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
8646
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
7390
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
5675
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();...
0
4200
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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
2013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.