/[dgee]/dgee/cslib/System/Web/Services/Protocols/ITransportSynchronousProtocol.cs
ViewVC logotype

Diff of /dgee/cslib/System/Web/Services/Protocols/ITransportSynchronousProtocol.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by npg, Mon Jul 7 16:23:51 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:55:48 2003 UTC
# Line 0  Line 1 
1    namespace System.Web.Services.Protocols
2    {
3      interface ITransportSynchronousProtocol
4      {
5        ProtocolEncoding Encoding
6          {
7            get;
8            set;
9          }
10    
11        Uri Source
12          {
13            get;
14            set;
15          }
16    
17        Uri Destination
18          {
19            get;
20            set;
21          }
22    
23        String Data
24          {
25            get;
26          }
27    
28                    
29        //int Send(String data);
30        //String Receive();
31      }
32    
33    
34    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26