Skip to content

Commit

Permalink
initial check-in of PubSub example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim O'Neil committed May 29, 2012
1 parent 9bf970b commit 2ad1a48
Show file tree
Hide file tree
Showing 50 changed files with 2,713 additions and 0 deletions.
34 changes: 34 additions & 0 deletions PubSubDemo/MS-LPL_license.txt
@@ -0,0 +1,34 @@
Copyright (c) Microsoft
All rights reserved.
Licensed under the Microsoft Limited Permissive License (Ms-LPL):
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

1. Definitions

The terms �reproduce,� �reproduction,� �derivative works,� and �distribution� have the same meaning here as under U.S. copyright law.

A �contribution� is the original software, or any additions or changes to the software.

A �contributor� is any person that distributes its contribution under this license.

�Licensed patents� are a contributor�s patent claims that read directly on its contribution.

2. Grant of Rights

(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.

(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.

3. Conditions and Limitations

(A) No Trademark License- This license does not grant you rights to use any contributors� name, logo, or trademarks.

(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.

(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.

(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.

(E) The software is licensed �as-is.� You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.

(F) Platform Limitation- The licenses granted in sections 2(A) & 2(B) extend only to the software or derivative works that you create that run on a Microsoft Windows operating system product.
121 changes: 121 additions & 0 deletions PubSubDemo/PubSubDemo.sln
@@ -0,0 +1,121 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSubServiceHostList", "PubSubServiceHostList\PubSubServiceHostList.csproj", "{FC18D4B2-0A78-4251-860F-8AFF8780BE35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSubServiceClient", "PubSubServiceClient\PubSubServiceClient.csproj", "{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "PubSubServiceClient.Azure", "PubSubServiceClient.Azure\PubSubServiceClient.Azure.ccproj", "{CC2EBF6D-5469-4A12-8E28-21C084848D27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSubServiceHost", "PubSubServiceHost\PubSubServiceHost.csproj", "{55965B28-7DAD-4031-A3A0-43251DFC128A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58DB08B1-C26B-4B30-A32B-17B4B43C2D11}"
ProjectSection(SolutionItems) = preProject
MS-LPL_license.txt = MS-LPL_license.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Local-Local|Any CPU = Local-Local|Any CPU
Local-Local|Mixed Platforms = Local-Local|Mixed Platforms
Local-Local|x86 = Local-Local|x86
Local-SB|Any CPU = Local-SB|Any CPU
Local-SB|Mixed Platforms = Local-SB|Mixed Platforms
Local-SB|x86 = Local-SB|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|Any CPU.ActiveCfg = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|Any CPU.Build.0 = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|Mixed Platforms.Build.0 = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|x86.ActiveCfg = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Debug|x86.Build.0 = Debug|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-Local|Any CPU.ActiveCfg = Local-Local|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-Local|Mixed Platforms.ActiveCfg = Local-Local|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-Local|Mixed Platforms.Build.0 = Local-Local|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-Local|x86.ActiveCfg = Local-Local|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-Local|x86.Build.0 = Local-Local|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-SB|Any CPU.ActiveCfg = Local-SB|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-SB|Mixed Platforms.ActiveCfg = Local-SB|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-SB|Mixed Platforms.Build.0 = Local-SB|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-SB|x86.ActiveCfg = Local-SB|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Local-SB|x86.Build.0 = Local-SB|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|Any CPU.ActiveCfg = Release|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|Any CPU.Build.0 = Release|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|Mixed Platforms.ActiveCfg = Release|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|Mixed Platforms.Build.0 = Release|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|x86.ActiveCfg = Release|x86
{FC18D4B2-0A78-4251-860F-8AFF8780BE35}.Release|x86.Build.0 = Release|x86
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Debug|x86.ActiveCfg = Debug|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-Local|Any CPU.ActiveCfg = Local-Local|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-Local|Any CPU.Build.0 = Local-Local|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-Local|Mixed Platforms.ActiveCfg = Local-Local|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-Local|Mixed Platforms.Build.0 = Local-Local|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-Local|x86.ActiveCfg = Local-Local|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-SB|Any CPU.ActiveCfg = Local-SB|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-SB|Any CPU.Build.0 = Local-SB|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-SB|Mixed Platforms.ActiveCfg = Local-SB|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-SB|Mixed Platforms.Build.0 = Local-SB|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Local-SB|x86.ActiveCfg = Local-SB|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Release|Any CPU.Build.0 = Release|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{75C0ECE3-0A63-4AF2-9A92-DF9DAB09CE2A}.Release|x86.ActiveCfg = Release|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Debug|x86.ActiveCfg = Debug|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-Local|Any CPU.ActiveCfg = Local-Local|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-Local|Any CPU.Build.0 = Local-Local|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-Local|Mixed Platforms.ActiveCfg = Local-Local|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-Local|Mixed Platforms.Build.0 = Local-Local|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-Local|x86.ActiveCfg = Local-Local|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-SB|Any CPU.ActiveCfg = Local-SB|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-SB|Any CPU.Build.0 = Local-SB|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-SB|Mixed Platforms.ActiveCfg = Local-SB|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-SB|Mixed Platforms.Build.0 = Local-SB|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Local-SB|x86.ActiveCfg = Local-SB|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Release|Any CPU.Build.0 = Release|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CC2EBF6D-5469-4A12-8E28-21C084848D27}.Release|x86.ActiveCfg = Release|Any CPU
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|Any CPU.ActiveCfg = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|Any CPU.Build.0 = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|Mixed Platforms.Build.0 = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|x86.ActiveCfg = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Debug|x86.Build.0 = Debug|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-Local|Any CPU.ActiveCfg = Local-Local|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-Local|Mixed Platforms.ActiveCfg = Local-Local|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-Local|Mixed Platforms.Build.0 = Local-Local|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-Local|x86.ActiveCfg = Local-Local|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-Local|x86.Build.0 = Local-Local|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-SB|Any CPU.ActiveCfg = Local-SB|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-SB|Mixed Platforms.ActiveCfg = Local-SB|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-SB|Mixed Platforms.Build.0 = Local-SB|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-SB|x86.ActiveCfg = Local-SB|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Local-SB|x86.Build.0 = Local-SB|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|Any CPU.ActiveCfg = Release|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|Any CPU.Build.0 = Release|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|Mixed Platforms.ActiveCfg = Release|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|Mixed Platforms.Build.0 = Release|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|x86.ActiveCfg = Release|x86
{55965B28-7DAD-4031-A3A0-43251DFC128A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added PubSubDemo/PubSubDemo.suo
Binary file not shown.
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>1.6</ProductVersion>
<ProjectGuid>{cc2ebf6d-5469-4a12-8e28-21c084848d27}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PubSubServiceClient.Azure</RootNamespace>
<AssemblyName>PubSubServiceClient.Azure</AssemblyName>
<StartDevelopmentStorage>True</StartDevelopmentStorage>
<Name>PubSubServiceClient.Azure</Name>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<!-- Items for the project -->
<ItemGroup>
<ServiceDefinition Include="ServiceDefinition.csdef" />
<ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PubSubServiceClient\PubSubServiceClient.csproj">
<Name>PubSubServiceClient</Name>
<Project>{75c0ece3-0a63-4af2-9a92-df9dab09ce2a}</Project>
<Private>True</Private>
<RoleType>Web</RoleType>
<RoleName>PubSubServiceClient</RoleName>
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Profiles" />
</ItemGroup>
<ItemGroup>
<PublishProfile Include="Profiles\Ping JimProduction.azurePubxml" />
</ItemGroup>
<!-- Import the target files for this project template -->
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.6\</CloudExtensionsDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Local-Local' ">
<OutputPath>bin\Local-Local\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Local-SB' ">
<OutputPath>bin\Local-SB\</OutputPath>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
</Project>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActivePublishProfile>Ping JimProduction</ActivePublishProfile>
<DeploymentPromptBeforeUpgrading>False</DeploymentPromptBeforeUpgrading>
</PropertyGroup>
</Project>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="PubSubServiceClient.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*">
<Role name="PubSubServiceClient">
<Instances count="1" />
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="PubSubServiceClient.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*">
<Role name="PubSubServiceClient">
<Instances count="1" />
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>
27 changes: 27 additions & 0 deletions PubSubDemo/PubSubServiceClient.Azure/ServiceDefinition.build.csdef
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
**********************************************************************************************
This file was generated by a tool from the project file: ServiceDefinition.csdef
Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
**********************************************************************************************
-->
<ServiceDefinition name="PubSubServiceClient.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<WebRole name="PubSubServiceClient" vmsize="Small">
<Sites>
<Site name="Web">
<Bindings>
<Binding name="Endpoint1" endpointName="Endpoint1" />
</Bindings>
</Site>
</Sites>
<Endpoints>
<InputEndpoint name="Endpoint1" protocol="http" port="80" />
</Endpoints>
<Imports>
<Import moduleName="Diagnostics" />
</Imports>
</WebRole>
</ServiceDefinition>
18 changes: 18 additions & 0 deletions PubSubDemo/PubSubServiceClient.Azure/ServiceDefinition.csdef
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="PubSubServiceClient.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<WebRole name="PubSubServiceClient" vmsize="Small">
<Sites>
<Site name="Web">
<Bindings>
<Binding name="Endpoint1" endpointName="Endpoint1" />
</Bindings>
</Site>
</Sites>
<Endpoints>
<InputEndpoint name="Endpoint1" protocol="http" port="80" />
</Endpoints>
<Imports>
<Import moduleName="Diagnostics" />
</Imports>
</WebRole>
</ServiceDefinition>
44 changes: 44 additions & 0 deletions PubSubDemo/PubSubServiceClient/Default.aspx
@@ -0,0 +1,44 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PubSubServiceClient.Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.style1
{
font-size: x-large;
}
</style>
</head>
<body bgcolor="#99ff99">
<form id="form1" runat="server">
<div>

<span class="style1"><strong>PubSub Service Bus Demo</strong></span><br />
<br />

<br />
User:&nbsp;
<asp:TextBox ID="txtUser" runat="server">guest</asp:TextBox>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Priority:&nbsp;
<asp:DropDownList ID="ddlPriority" runat="server">
<asp:ListItem Value="0">Low</asp:ListItem>
<asp:ListItem Value="2">Medium</asp:ListItem>
<asp:ListItem Value="1">High</asp:ListItem>
</asp:DropDownList>
<br />
<br />

Message:&nbsp;
<asp:TextBox ID="txtMessage" runat="server" Height="90px" Width="255px"
Font-Size="Medium" TextMode="MultiLine">Hello, Jim!</asp:TextBox>
<br />
<br />

</div>
<asp:Button ID="Button1" runat="server" onclick="btnSend_Click" Text="Send" />
</form>
</body>
</html>

0 comments on commit 2ad1a48

Please sign in to comment.