J
Jeff Jarrell
I want to provide a helper to apply a certificate to svcutil generated
class(s) that derives from ClientBase<TChannel>. But the compiler can't
find "TChannel". I have System.ServiceModel referenced, it finds ClientBase.
The stub looks like this... Any ideas appreciated. Thanks.
using System;
using System.Collections.Generic;
using System.Text;
using System.ServiceModel;
namespace whi.pw.core.webutil
{
public class CertificateResolver
{
public static void Apply(ClientBase<TChannel> proxy)
{
}
}
}
class(s) that derives from ClientBase<TChannel>. But the compiler can't
find "TChannel". I have System.ServiceModel referenced, it finds ClientBase.
The stub looks like this... Any ideas appreciated. Thanks.
using System;
using System.Collections.Generic;
using System.Text;
using System.ServiceModel;
namespace whi.pw.core.webutil
{
public class CertificateResolver
{
public static void Apply(ClientBase<TChannel> proxy)
{
}
}
}