2 types derived from SendContent
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\SendMessageContent.cs (1)
16public sealed class SendMessageContent : SendContent
System\ServiceModel\Activities\SendParametersContent.cs (1)
17public sealed class SendParametersContent : SendContent
8 references to SendContent
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Send.cs (3)
80public SendContent Content 87internal SendContent InternalContent 91return this.Content ?? SendContent.DefaultSendContent;
System\ServiceModel\Activities\SendContent.cs (2)
14static SendContent defaultSendContent; 22internal static SendContent DefaultSendContent
System\ServiceModel\Activities\SendReply.cs (3)
70public SendContent Content 77internal SendContent InternalContent 81return this.Content ?? SendContent.DefaultSendContent;