Repository navigation

#

wcf-client

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.

C#
1732
2 天前

Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples

C#
29
4 年前

🌵WCF🌵 is a tool often used to implement and deploy a service-oriented architecture (SOA). It is designed using service-oriented architecture principles to support distributed computing where services have remote consumers.

C#
13
8 年前

Code for Authentication of a .Net Core WCF Client using a Json Web Token (JWT) as a BearerToken to a WCF Service

C#
11
5 年前

Face web service client .NET

C#
10
3 年前

DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.

C#
8
4 年前

Simple client-server (WCF&WPF) application C#

C#
6
4 年前

An alternative to Windows Performance Monitor made with WCF, WPF and LiveCharts

C#
6
6 年前

(File Manager – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Files) This project presents a simple File Manager Service and Client Application demonstration. The File Manager is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application).

C#
5
5 年前

This project presents a simple Chat Message Service and Client Application demonstration. The Chat Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The service prints to the console window the user activities (log on, log off) and what messages are sent to users. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to log on, log off, send a message, and receive messages from other users on the chat service.

C#
5
5 年前

This project presents a WCF Stock Service Library (StockServiceLib) that mimics a stock exchange. The service is implemented as a “singleton” and maintains persistent data between client calls and can handle multiple client sessions. The service is hosted via a console application (StockServiceHost). The client and service participate in a bi-directional/callback relationship. The client (StockClient) uses the ChannelFactory pattern as opposed to “Add Service Reference” with SVCUTIL. The client and service share a common assembly (SharedLib) that contains the key contract and data model information. Furthermore, a Utilities project is used by the client console application to facilitate user data entry and the complicated details of building and managing the WCF ChannelFactory connection implementation. The ProxyGen class inside the Utilities project abstracts the details of implementing and managing a generic ChannelFactory connection to a generic service for a client. Note: The Utilities project library was included as base code for my lab project to facilitate speedy completion; we were not expected to code this Utilities project ourselves due to complexity and time constraints. The remaining projects in the solution (SharedLib, StockClient, StockServiceHost, and StockServiceLib), I completed individually per requirements for the lab project.

C#
4
6 年前

A simple, yet complicated remote comtrol solution for the pen-testers, geeks, and nerds. It's a tool waiting in your toolbox!

C#
3
2 年前

Sample WCF C# project with two Windows Service as host and Console application as Client

C#
3
5 年前

C# .NET web services introduction

C#
2
8 年前

Code for "Using RemObjects Hydra to consume a .NET WCF service from Delphi"

C#
2
9 年前

A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).

C#
2
7 年前