Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm not sure if this actually goes in this forum, as the part of this subject that I'm inquiring about is not REALLY networking... but it's the closest forum I could find.

 

Anyway, I'm working with this (http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp)

 

I'm struggling to understand how my program can accept the information passed to it from the entered URL. This is one part of C# I'm still learning, I've got the basics down pat.

 

Anyone know the answer? Thanks.

  • 2 months later...
Posted

You need to implement the required interfaces and then register your protocol handler with the server to have it receive notification when the appropriate MIME type is sent to the server, e.g. text/html, application/pdf, etc.

 

This is a vague explanation but I do not know how far along you are with your development process. As long as you implement the appropriate interfaces you are well on your way. VS 2005 will do this automatically for you by creating the appropriate stub methods.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...