9 references to WSTransfer
System.ServiceModel (9)
System\ServiceModel\Description\IMetadataExchange.cs (4)
12
[OperationContract(Action = MetadataStrings.
WSTransfer
.GetAction, ReplyAction = MetadataStrings.
WSTransfer
.GetResponseAction)]
15
[OperationContract(Action = MetadataStrings.
WSTransfer
.GetAction, ReplyAction = MetadataStrings.
WSTransfer
.GetResponseAction, AsyncPattern = true)]
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1039
return Message.CreateMessage(messageVersion, MetadataStrings.
WSTransfer
.GetAction);
System\ServiceModel\Description\ServiceMetadataExtension.cs (4)
520
internal const string ContractName = MetadataStrings.
WSTransfer
.Name;
521
internal const string ContractNamespace = MetadataStrings.
WSTransfer
.Namespace;
523
internal const string RequestAction = MetadataStrings.
WSTransfer
.GetAction;
524
internal const string ReplyAction = MetadataStrings.
WSTransfer
.GetResponseAction;