This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ChatServiceServer : IESBMessage<ChatRequest, ChatResponse> { | |
[ESBTransport(typeof(TcpTransport))] | |
[ESBTransportParam("Port", "2222")] | |
[ESBTransportParam("IPAddress", "127.0.0.1")] | |
public ChatResponse Handle(ChatRequest msg) { | |
Console.WriteLine("Received Chat Request with ID = {0}", msg.ESBCorrelationID); | |
var response = new ChatResponse() { | |
UserName = String.Format("{0}Server", msg.UserName), | |
Message = "Server: Hello Client" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ESBProxyService] | |
public interface IStarbuckService { | |
[ESBRequest(typeof(DrinkPrepared), isRequestClass: true)] | |
void SendDrinkPrepared(DrinkPrepared msg); | |
[ESBRequest(typeof(DrinkReady), isRequestClass: true)] | |
void SendDrinkReady(DrinkReady msg); | |
[ESBRequest(typeof(DrinkPayment), isRequestClass: true)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ = ((!+[]+!+[]+(!+[]+!+[])+!+[])*!+[]+!+[]+(!+[]+!+[])+!+[])*((!+[]+!+[]+(!+[]+!+[])+!+[])*!+[]+!+[]+(!+[]+!+[])+!+[])+((!+[]+!+[]+(!+[]+!+[])+!+[])*!+[]+!+[]+(!+[]+!+[])+!+[])+((!+[]+!+[]+(!+[]+!+[])+!+[])*!+[]+!+[]+(!+[]+!+[])+!+[])+(!+[]) | |
console.log(String.fromCharCode(_+(!+[]+!+[]+(!+[]+!+[])+!+[])+(!+[]+!+[]+(!+[]+!+![]))+(!+[])+((!+[]+!+[]+(!+[]+!+[])+!+[])+(!+[]+!+[]+(!+[]+!+![])))) + | |
String.fromCharCode(_+(!+[]+!+[]+(!+[]+!+[])+!+[])) + String.fromCharCode(_+(!+[]+!+[]+(!+[]+!+[])+!+[])+(!+[]+!+[]+(!+[]+!+![]))+(!+[]))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var Html = (function(){ | |
var content = jQuery('<div>'); | |
function _write(html){ | |
content.append(html); | |
} | |
function _clear(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var Html = (function(){ | |
var content = jQuery('<div>'); | |
function _write(html){ | |
content.append(html); | |
} | |
function _clear(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var Html = (function(){ | |
var content = jQuery('<div>'); | |
function _write(html){ | |
content.append(html); | |
} | |
function _clear(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var Html = (function(){ | |
var content = jQuery('<div>'); | |
function _write(html){ | |
content.append(html); | |
} | |
function _clear(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var Html = (function(){ | |
var content = jQuery('<div>'); | |
function _write(html){ | |
content.append(html); | |
} | |
function _clear(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span data-id='_1'></span> | |
<br/> | |
<span data-id='_2'></span> | |
<!--<script src='http://code.jquery.com/jquery-1.9.1.min.js'></script>--> | |
<script type='text/javascript'> | |
var Model = {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span><span data-id='_1'></span>. <span data-id='_2'></span>.</span> | |
<!--<script src='http://code.jquery.com/jquery-1.9.1.min.js'></script>--> | |
<script type='text/javascript'> | |
var Model = {}, | |
ViewResponse = function () { | |
return { |