Matt Connew

Results 286 comments of Matt Connew

There isn't any immediate plans. It would be great to eventually support pretty much everything that WCF supports, but that's a really long list. Currently CoreWCF is based on ASP.NET...

Everything I've done has been with an idea to embrace other technologies. So if MSMQ support does get to the front of the line for bringing over, I would make...

There are plenty of blog posts created for "How to create a new binding" for WCF but it's not easily doable beyond writing a toy binding for most people. I...

@Ximik87 has offered to work on developing a queue based binding initially supporting MSMQ and RabbitMQ. This is an outline for the design. ASP.NET Core only supports a single IServer...

@ssa3512, https://github.com/weloytty/MSMQ.Messaging MSMQ will be limited to Windows only, but doesn't need to be limited to .NET Framework. We will have a base package, maybe named CoreWCF.Queue, and then other...

@Kralizek, I think it was a typo and he meant btw

@andreicristianpetcu, take a look at the referenced issue for more details. Basically, you don't need to worry about this as the vulnerable scenario isn't one that the WCF Core Client...

Until we add the api, there is a way to do this, but it does require quite a bit of boiler plate code. You need to have a custom derived...

You would return the token than you normally pass to CreateChannelWithIssuedToken. I think you might need to wrap it, I'm not sure. [Here's the implementation](https://referencesource.microsoft.com/#System.ServiceModel/System/ServiceModel/Security/SimpleSecurityTokenProvider.cs,9c6ac44da25a01f2) of the SecurityTokenProvider that is...