3 instantiations of Service
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
512
wsdlService = new WsdlNS.
Service
();
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
148
service = new
Service
();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4235
o = new global::System.Web.Services.Description.
Service
();
54 references to Service
System.ServiceModel (16)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
1104
WsdlNS.
Service
someService = GetAnyService(wsdls);
1242
foreach (WsdlNS.
Service
service in wsdl.Services)
1260
static WsdlNS.
Service
GetAnyService(WsdlNS.ServiceDescriptionCollection wsdls)
System\ServiceModel\Description\WsdlExporter.cs (5)
347
WsdlNS.
Service
wsdlService = GetOrCreateWsdlService(wsdlServiceQName);
502
WsdlNS.
Service
GetOrCreateWsdlService(XmlQualifiedName wsdlServiceQName)
508
WsdlNS.
Service
wsdlService = wsdl.Services[wsdlServiceQName.Name];
1072
internal static string GetPortName(ServiceEndpoint endpoint, WsdlNS.
Service
wsdlService)
1077
static NamingHelper.DoesNameExist ServiceContainsPort(WsdlNS.
Service
service)
System\ServiceModel\Description\WsdlHelper.cs (2)
140
foreach (WsdlNS.
Service
service in wsdl.Services)
272
foreach (WsdlNS.
Service
service in wsdl.Services)
System\ServiceModel\Description\WsdlImporter.cs (6)
270
public ServiceEndpointCollection ImportEndpoints(WsdlNS.
Service
wsdlService)
1558
foreach (WsdlNS.
Service
wsdlService in wsdl.Services)
1755
else if (item is WsdlNS.
Service
)
1813
else if (item is WsdlNS.
Service
)
1816
wsdlNs = ((WsdlNS.
Service
)item).ServiceDescription.TargetNamespace ?? String.Empty;
1825
WsdlNS.
Service
wsdlService = ((WsdlNS.Port)item).Service;
System.Web.Extensions (2)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
59
foreach (
Service
service in document.Services)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1615
foreach (System.Web.Services.Description.
Service
wsdlService in wsdlServiceDescription.Services)
System.Web.Services (36)
System\Web\Services\Configuration\WebServicesSection.cs (1)
180
table.Add(typeof(
Service
), new XmlAttributes());
System\Web\Services\Description\ProtocolImporter.cs (5)
47
Service
service;
186
public
Service
Service {
262
foreach (
Service
service in serviceDescription.Services) {
306
foreach (
Service
service in serviceDescription.Services) {
337
void MoveToBinding(
Service
service, Port port, Binding binding, PortType portType) {
System\Web\Services\Description\ProtocolReflector.cs (1)
52
public
Service
Service {
System\Web\Services\Description\ServiceDescription.cs (18)
687
Service
parent;
689
internal void SetParent(
Service
parent) {
697
public
Service
Service {
1989
internal PortCollection(
Service
service) : base(service) { }
2069
((Port)value).SetParent((
Service
)parent);
2262
public
Service
this[int index] {
2263
get { return (
Service
)List[index]; }
2271
public int Add(
Service
service) {
2279
public void Insert(int index,
Service
service) {
2287
public int IndexOf(
Service
service) {
2295
public bool Contains(
Service
service) {
2303
public void Remove(
Service
service) {
2311
public void CopyTo(
Service
[] array, int index) {
2319
public
Service
this[string name] {
2320
get { return (
Service
)Table[name]; }
2328
return ((
Service
)value).Name;
2336
((
Service
)value).SetParent((ServiceDescription)parent);
2867
else if (type == typeof(
Service
))
System\Web\Services\Description\ServiceDescriptionReflector.cs (2)
36
Service
service;
75
internal
Service
Service {
System\Web\Services\Description\ServiceDescriptions.cs (2)
142
public
Service
GetService(XmlQualifiedName name) {
144
Service
service = null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
97
Write123_Service(@"service", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
Service
)a[ia]), false, false);
104
void Write123_Service(string n, string ns, global::System.Web.Services.Description.
Service
o, bool isNullable, bool needType) {
111
if (t == typeof(global::System.Web.Services.Description.
Service
)) {
4223
global::System.Web.Services.Description.
Service
Read123_Service(bool isNullable, bool checkType) {
4234
global::System.Web.Services.Description.
Service
o;
System\Web\Services\Description\WebServicesInteroperability.cs (1)
541
foreach (
Service
service in description.Services) {
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
100
foreach (
Service
service in reflector.ServiceDescription.Services) {