summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/Messaging.cd
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-01-29 14:32:45 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-01-29 14:32:45 -0800
commit5fec515095ee10b522f414a03e78f282aaf520dc (patch)
tree204c75486639c23cdda2ef38b34d7e5050a1a2e3 /src/DotNetOpenAuth.Core/Messaging/Messaging.cd
parentf1a4155398635a4fd9f485eec817152627682704 (diff)
parent8f4165ee515728aca3faaa26e8354a40612e85e4 (diff)
downloadDotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.zip
DotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.tar.gz
DotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.tar.bz2
Merge branch 'splitDlls'.
DNOA now builds and (in some cases) ships as many distinct assemblies.
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/Messaging.cd')
-rw-r--r--src/DotNetOpenAuth.Core/Messaging/Messaging.cd62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/Messaging.cd b/src/DotNetOpenAuth.Core/Messaging/Messaging.cd
new file mode 100644
index 0000000..0c22565
--- /dev/null
+++ b/src/DotNetOpenAuth.Core/Messaging/Messaging.cd
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ClassDiagram MajorVersion="1" MinorVersion="1" GroupingSetting="Access">
+ <Class Name="DotNetOpenAuth.Messaging.Channel">
+ <Position X="5.25" Y="0.75" Width="1.75" />
+ <Compartments>
+ <Compartment Name="Protected" Collapsed="true" />
+ <Compartment Name="Internal" Collapsed="true" />
+ <Compartment Name="Private" Collapsed="true" />
+ <Compartment Name="Fields" Collapsed="true" />
+ </Compartments>
+ <TypeIdentifier>
+ <HashCode>gBgQgAIAAQAEAIgAAEAAAARBIAAQgAAQEEAAAABAMAA=</HashCode>
+ <FileName>Messaging\Channel.cs</FileName>
+ </TypeIdentifier>
+ <ShowAsCollectionAssociation>
+ <Property Name="BindingElements" />
+ </ShowAsCollectionAssociation>
+ </Class>
+ <Interface Name="DotNetOpenAuth.Messaging.IChannelBindingElement">
+ <Position X="1.75" Y="1.5" Width="2.25" />
+ <TypeIdentifier>
+ <HashCode>BAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAEAAAAAAAAA=</HashCode>
+ <FileName>Messaging\IChannelBindingElement.cs</FileName>
+ </TypeIdentifier>
+ <ShowAsAssociation>
+ <Property Name="Protection" />
+ </ShowAsAssociation>
+ </Interface>
+ <Interface Name="DotNetOpenAuth.Messaging.IProtocolMessage">
+ <Position X="5.25" Y="3.5" Width="1.75" />
+ <TypeIdentifier>
+ <HashCode>AAAAAAAAQAAAAAAAAAAAAAYAAAAAAAAAAAACAAAAAAA=</HashCode>
+ <FileName>Messaging\IProtocolMessage.cs</FileName>
+ </TypeIdentifier>
+ <ShowAsAssociation>
+ <Property Name="RequiredProtection" />
+ <Property Name="Transport" />
+ </ShowAsAssociation>
+ </Interface>
+ <Interface Name="DotNetOpenAuth.Messaging.IDirectedProtocolMessage">
+ <Position X="5" Y="5.25" Width="2.25" />
+ <TypeIdentifier>
+ <HashCode>AAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
+ <FileName>Messaging\IDirectedProtocolMessage.cs</FileName>
+ </TypeIdentifier>
+ </Interface>
+ <Enum Name="DotNetOpenAuth.Messaging.MessageProtection">
+ <Position X="2" Y="3.5" Width="1.75" />
+ <TypeIdentifier>
+ <HashCode>AIAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAEAAAA=</HashCode>
+ <FileName>Messaging\MessageProtection.cs</FileName>
+ </TypeIdentifier>
+ </Enum>
+ <Enum Name="DotNetOpenAuth.Messaging.MessageTransport">
+ <Position X="8" Y="3.5" Width="1.5" />
+ <TypeIdentifier>
+ <HashCode>AAACAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
+ <FileName>Messaging\MessageTransport.cs</FileName>
+ </TypeIdentifier>
+ </Enum>
+ <Font Name="Segoe UI" Size="9" />
+</ClassDiagram> \ No newline at end of file