Pluggable Protocol

  • Thread starter Thread starter Johannes
  • Start date Start date
J

Johannes

Hi there,
i´m trying to programm an Asynchronous Pluggable Protocol. Does anyone has
some SampleCode for me, because i can´t get into it and could not find any
C#-Sample Code in the www

Regards, jd
 
Johannes,

There is no support for developing these in the framework. You will
have to define the COM interfaces yourself, and handle everything through
the COM interop layer.

If you need help defining the interfaces in C#, then you can post which
interfaces you need help with and we can definitely define them for you.

Hope this helps.
 
Yet more holes in the framework, the mind boggles :D


Nicholas Paldino said:
Johannes,

There is no support for developing these in the framework. You will
have to define the COM interfaces yourself, and handle everything through
the COM interop layer.

If you need help defining the interfaces in C#, then you can post which
interfaces you need help with and we can definitely define them for you.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Johannes said:
Hi there,
i´m trying to programm an Asynchronous Pluggable Protocol. Does anyone has
some SampleCode for me, because i can´t get into it and could not find any
C#-Sample Code in the www

Regards, jd
 
Back
Top