This example demonstrates how to implement a console version of the XPO Profiler tool.
Below are usage examples for various service bindings. For more information, see Specify Connection Parameters.
NetTcpBinding
XpoProfilerConsole.exe -protocol nettcp -host <hostname> -port <portumber>
WsHttpBinding
XpoProfilerConsole.exe -protocol wshttp -host <hostname> -port <portumber> -servicename <serviceName>
BasicHttpBinding
XpoProfilerConsole.exe -protocol basichttp -host <hostname> -port <portumber> -servicename <serviceName>
Web API
XpoProfilerConsole.exe -protocol webapi -host <hostname> -port <portumber> -path <path-to-api-controller>
Named Pipes
XpoProfilerConsole.exe -protocol namedpipes -host <hostName> -pipename <pipeName>
Does this example address your development requirements/objectives?
(you will be redirected to DevExpress.com to submit your response)