3 references to WelcomeAction
System.ServiceModel (3)
System\ServiceModel\Channels\PeerConnector.cs (1)
109welcomeInfoMessageConverter = TypedMessageConverter.Create(typeof(WelcomeInfo), PeerStrings.WelcomeAction);
System\ServiceModel\Channels\PeerHelpers.cs (1)
420protocolActions.Add(PeerStrings.WelcomeAction, PeerOperationNames.Welcome);
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (1)
147[OperationContract(IsOneWay = true, Action = PeerStrings.WelcomeAction)]