72 writes to Name
System.ServiceModel (46)
System\ServiceModel\PeerResolvers\IPeerResolverContract.cs (6)
18
[OperationContract(IsOneWay = false,
Name
= "Register", Action = PeerResolverStrings.RegisterAction, ReplyAction = PeerResolverStrings.RegisterResponseAction)]
21
[OperationContract(IsOneWay = false,
Name
= "Update", Action = PeerResolverStrings.UpdateAction, ReplyAction = PeerResolverStrings.UpdateResponseAction)]
24
[OperationContract(IsOneWay = false,
Name
= "Resolve", Action = PeerResolverStrings.ResolveAction, ReplyAction = PeerResolverStrings.ResolveResponseAction)]
27
[OperationContract(IsOneWay = false,
Name
= "Unregister", Action = PeerResolverStrings.UnregisterAction)]
30
[OperationContract(IsOneWay = false,
Name
= "Refresh", Action = PeerResolverStrings.RefreshAction, ReplyAction = PeerResolverStrings.RefreshResponseAction)]
33
[OperationContract(IsOneWay = false,
Name
= "GetServiceInfo", Action = PeerResolverStrings.GetServiceSettingsAction, ReplyAction = PeerResolverStrings.GetServiceSettingsResponseAction)]
System\ServiceModel\Security\IWSTrust13AsyncContract.cs (8)
25
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13CancelAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.Cancel, ReplyAction = WSTrust13Constants.Actions.CancelFinalResponse )]
42
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13IssueAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.Issue, ReplyAction = WSTrust13Constants.Actions.IssueFinalResponse )]
60
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13RenewAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.Renew, ReplyAction = WSTrust13Constants.Actions.RenewFinalResponse )]
78
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13ValidateAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.Validate, ReplyAction = WSTrust13Constants.Actions.ValidateFinalResponse )]
100
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13CancelResponseAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.CancelResponse, ReplyAction = "*" )]
123
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13IssueResponseAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.IssueResponse, ReplyAction = "*" )]
146
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13RenewResponseAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.RenewResponse, ReplyAction = "*" )]
169
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13ValidateResponseAsync, AsyncPattern = true, Action = WSTrust13Constants.Actions.ValidateResponse, ReplyAction = "*" )]
System\ServiceModel\Security\IWSTrust13SyncContract.cs (8)
22
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13Cancel, Action = WSTrust13Constants.Actions.Cancel, ReplyAction = WSTrust13Constants.Actions.CancelFinalResponse )]
30
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13Issue, Action = WSTrust13Constants.Actions.Issue, ReplyAction = WSTrust13Constants.Actions.IssueFinalResponse )]
38
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13Renew, Action = WSTrust13Constants.Actions.Renew, ReplyAction = WSTrust13Constants.Actions.RenewFinalResponse )]
46
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13Validate, Action = WSTrust13Constants.Actions.Validate, ReplyAction = WSTrust13Constants.Actions.ValidateFinalResponse )]
59
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13CancelResponse, Action = WSTrust13Constants.Actions.CancelResponse, ReplyAction = "*" )]
72
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13IssueResponse, Action = WSTrust13Constants.Actions.IssueResponse, ReplyAction = "*" )]
85
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13RenewResponse, Action = WSTrust13Constants.Actions.RenewResponse, ReplyAction = "*" )]
98
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.Trust13ValidateResponse, Action = WSTrust13Constants.Actions.ValidateResponse, ReplyAction = "*" )]
System\ServiceModel\Security\IWSTrustContract.cs (8)
22
[OperationContract(
Name
= "Cancel", Action = "*", ReplyAction = "*")]
32
[OperationContract(AsyncPattern = true,
Name
= "Cancel", Action = "*", ReplyAction = "*")]
47
[OperationContract(
Name
= "Issue", Action = "*", ReplyAction = "*")]
57
[OperationContract(AsyncPattern = true,
Name
= "Issue", Action = "*", ReplyAction = "*")]
72
[OperationContract(
Name
= "Renew", Action = "*", ReplyAction = "*")]
82
[OperationContract(AsyncPattern = true,
Name
= "Renew", Action = "*", ReplyAction = "*")]
97
[OperationContract(
Name
= "Validate", Action = "*", ReplyAction = "*")]
107
[OperationContract(AsyncPattern = true,
Name
= "Validate", Action = "*", ReplyAction = "*")]
System\ServiceModel\Security\IWSTrustFeb2005AsyncContract.cs (8)
25
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005CancelAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.Cancel, ReplyAction = WSTrustFeb2005Constants.Actions.CancelResponse )]
42
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005IssueAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.Issue, ReplyAction = WSTrustFeb2005Constants.Actions.IssueResponse )]
59
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005RenewAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.Renew, ReplyAction = WSTrustFeb2005Constants.Actions.RenewResponse )]
76
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005ValidateAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.Validate, ReplyAction = WSTrustFeb2005Constants.Actions.ValidateResponse )]
93
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005CancelResponseAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.CancelResponse, ReplyAction = WSTrustFeb2005Constants.Actions.CancelResponse )]
110
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005IssueResponseAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.IssueResponse, ReplyAction = WSTrustFeb2005Constants.Actions.IssueResponse )]
127
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005RenewResponseAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.RenewResponse, ReplyAction = WSTrustFeb2005Constants.Actions.RenewResponse )]
144
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005ValidateResponseAsync, AsyncPattern = true, Action = WSTrustFeb2005Constants.Actions.ValidateResponse, ReplyAction = WSTrustFeb2005Constants.Actions.ValidateResponse )]
System\ServiceModel\Security\IWSTrustFeb2005SyncContract.cs (8)
22
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005Cancel, Action = WSTrustFeb2005Constants.Actions.Cancel, ReplyAction = WSTrustFeb2005Constants.Actions.CancelResponse )]
30
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005Issue, Action = WSTrustFeb2005Constants.Actions.Issue, ReplyAction = WSTrustFeb2005Constants.Actions.IssueResponse )]
38
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005Renew, Action = WSTrustFeb2005Constants.Actions.Renew, ReplyAction = WSTrustFeb2005Constants.Actions.RenewResponse )]
46
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005Validate, Action = WSTrustFeb2005Constants.Actions.Validate, ReplyAction = WSTrustFeb2005Constants.Actions.ValidateResponse )]
54
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005CancelResponse, Action = WSTrustFeb2005Constants.Actions.CancelResponse, ReplyAction = WSTrustFeb2005Constants.Actions.CancelResponse )]
62
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005IssueResponse, Action = WSTrustFeb2005Constants.Actions.IssueResponse, ReplyAction = WSTrustFeb2005Constants.Actions.IssueResponse )]
70
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005RenewResponse, Action = WSTrustFeb2005Constants.Actions.RenewResponse, ReplyAction = WSTrustFeb2005Constants.Actions.RenewResponse )]
78
[OperationContract(
Name
= WSTrustServiceContractConstants.Operations.TrustFeb2005ValidateResponse, Action = WSTrustFeb2005Constants.Actions.ValidateResponse, ReplyAction = WSTrustFeb2005Constants.Actions.ValidateResponse )]
System.ServiceModel.Activities (26)
System\ServiceModel\Activities\IWorkflowInstanceManagement.cs (26)
18
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Abandon)]
22
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Abandon, AsyncPattern = true)]
28
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Cancel)]
32
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Cancel, AsyncPattern = true)]
38
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Run)]
42
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Run, AsyncPattern = true)]
48
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Suspend)]
52
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Suspend, AsyncPattern = true)]
58
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Terminate)]
62
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Terminate, AsyncPattern = true)]
68
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Unsuspend)]
72
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Unsuspend, AsyncPattern = true)]
81
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedCancel)]
86
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedCancel, AsyncPattern = true)]
92
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedRun)]
97
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedRun, AsyncPattern = true)]
103
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedSuspend)]
108
[OperationContract(AsyncPattern = true,
Name
= XD2.WorkflowInstanceManagementService.TransactedSuspend)]
114
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedTerminate)]
119
[OperationContract(AsyncPattern = true,
Name
= XD2.WorkflowInstanceManagementService.TransactedTerminate)]
125
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedUnsuspend)]
130
[OperationContract(AsyncPattern = true,
Name
= XD2.WorkflowInstanceManagementService.TransactedUnsuspend)]
142
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.Update)]
146
[OperationContract(AsyncPattern = true,
Name
= XD2.WorkflowInstanceManagementService.Update)]
152
[OperationContract(
Name
= XD2.WorkflowInstanceManagementService.TransactedUpdate)]
157
[OperationContract(AsyncPattern = true,
Name
= XD2.WorkflowInstanceManagementService.TransactedUpdate)]
6 references to Name
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (1)
868
return NamingHelper.GetOperationName(GetLogicalName(method), operationAttribute.
Name
);
System\ServiceModel\Description\TypeLoader.cs (1)
818
XmlName operationName = NamingHelper.GetOperationName(ServiceReflector.GetLogicalName(methodInfo, isAsync, isTask), opAttr.
Name
);
System.WorkflowServices (4)
System\Workflow\Activities\OperationInfo.cs (1)
290
((OperationContractAttribute) operationContractAttribs[0]).
Name
;
System\Workflow\Activities\ServiceOperationHelpers.cs (2)
31
if (!String.IsNullOrEmpty(operationContractAttribute.
Name
))
33
operationName = operationContractAttribute.
Name
;
System\Workflow\Activities\TypedOperationInfo.cs (1)
304
operationName = operationContractAttribute.
Name
;