Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet web services > january 2007 > threads for january 1 - 7, 2007

Filter by week: 1 2 3 4 5

WCF: Passing client credentials?
Posted by MuZZy at 1/7/2007 1:20:19 AM
Hi, If I connect to a WCF service using ChannelFactory: IService1 service1 = ChannelFactory<IService1>.CreateChannel(tcpBinding, endpointAddress); How do i pass client credentials (e.g username, password)? All examples i could find use generated proxy and class is inherited from Client...more >>

WCF UserName authentication
Posted by MuZZy at 1/7/2007 12:56:02 AM
HI, I'm trying to implement username authentication for a WCF service (hosted in ServiceHost, not IIS) and once service starts it gets to Faulted state if i specify: tcpBinding.Security.Message.ClientCredentialType = MessageCredentialType.UserName; Here's the piece of code where servi...more >>

Hosting a Web Service in a Windows Service
Posted by Diego L EspiƱeira at 1/4/2007 6:36:31 PM
Hi, all I've got a windows service (server) application and a winforms (client) application. What I need to do is to host a web service in the windows service application so the client can request information about its current state and request server's internal data to change on user's behalf, ...more >>



DevelopmentNow Blog