Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Random Peer Channel Tips   (RSS)
Sorry, but there are no more tags available to filter with.

Tip: Automatically deploying P2P (PNRP) components on XPSP2

Scenario : Setting up PNRP/P2P Networking components on XPSP2 Tip: There is a command line option of installing windows components that we sometimes use (Please note that this is a general way of installing windows components by command line and is not
Posted by peerchan | 1 Comments

Tip: Peer Channel diagnostics using WCF Tracing/Message Logging

Scenario: You want to enable WCF tracing for troubleshooting purposes Tip: You need to use the App.config file to enable WCF Tracing and Message Logging. The following (either 1 or 2 depending on your scenario) will end up generating a .svclog file named
Posted by peerchan | 1 Comments

Tip: Peer Channel and custom Message contracts

Scenario: Say, we have defined a custom Message contract to use in our Application like so: public enum SendMessageType { Send, Ack, Resend, } [MessageContract(IsWrapped= false )] public class TestMessage { [MessageHeader] public SendMessageType Type;
Posted by peerchan | 0 Comments

Tip: Sending large Peer Channel messages and NetPeerTcpBinding.ReaderQuotas

This is first in a series of "Scenario/Symptom/Tip" style tips that we plan to post from time to time to help in troubleshooting PeerChannel issues..
Posted by peerchan | 2 Comments
 
Page view tracker