16 references to MethodType
System.ServiceModel.Primitives (16)
System\ServiceModel\Channels\ServiceChannelProxy.cs (16)
68methodData = new MethodData(method, MethodType.GetType); 73methodData = new MethodData(method, MethodType.Channel); 91MethodType methodType; 95methodType = MethodType.TaskService; 99methodType = MethodType.Service; 103methodType = MethodType.BeginService; 107methodType = MethodType.EndService; 143case MethodType.Service: 145case MethodType.BeginService: 147case MethodType.EndService: 149case MethodType.TaskService: 151case MethodType.Channel: 153case MethodType.GetType: 502public MethodData(MethodBase methodBase, MethodType methodType) 507public MethodData(MethodBase methodBase, MethodType methodType, ProxyOperationRuntime operation) 516public MethodType MethodType { get; }