6 references to ILoginService
Contract.XmlSerializer.IntegrationTests (3)
XmlSerializerFormatTest.4.0.0.cs (3)
122
ChannelFactory<
ILoginService
> factory = new ChannelFactory<
ILoginService
>(binding, endpointAddress);
123
ILoginService
serviceProxy = factory.CreateChannel();
dotnet-svcutil.xmlserializer.IntegrationTests (3)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.0.0.cs (3)
122
ChannelFactory<
ILoginService
> factory = new ChannelFactory<
ILoginService
>(binding, endpointAddress);
123
ILoginService
serviceProxy = factory.CreateChannel();