|
Hi,
I have a self-hosted service that I want to add transport security to. I've set WSHttpBinding.SecurityMode to Transport and the ClientCredentialType to HttpClientCredentialType.None. I've created a certificate and set it to my host with ServiceHost...
Started by Meidan Alon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A different security mode than yours but they switch to Transport mode for troubleshooting and that info.
|
|
Posted 30 January 2012 - 07:40 PM
Read the title in mgread's post in 'Nottingham Hauliers' & thought it might make a decent topic, recalling best of Transport (& other greasy spoons) in & around Nottingham, Notts + others with their 'speciality dishes...
Started by Paulus on
, 20 posts
by 10 people.
Answer Snippets (Read the full thread at nottstalgia):
In the place but there has been a transport cafe at Clifton Bridge/Wilford Lane for as long as I can.
|
|
I've got a WCF service which handles some sensitive data. I'd like to make sure I keep that data from being exposed and so I'm looking at netTCPBinding... primarily because I can control the network it runs across and performance is a high priority.
I...
Started by Mike L on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If....
Checking the certificates is useful to ensure don't plan on moving this to another transport mechanism I cant see why you would need both message- and transport encryption.
Then yes, transport level security might be enough.
|
Ask your Facebook Friends
|
You know the transport of Brazil SuperVia what do you think that transport is a shame,you prefer the train? You know the transport of Brazil SuperVia what do you think that transport is a shame, you prefer the train to London than SuperVia Train?
Started by Adele on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at yahoo):
I don't have any preference, but the transport here is a shame,.
Querendo aparecer.
|
|
How do I programmatically find out the width and height of the video in an mpeg-2 transport stream file?
Thanks.
Edit: I am using C++, but am happy for examples in any language.
Started by hamishmcn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.fh-friedberg.de....
The first describes the MPEG-2 file format, the other is the RFC on transporting MPEG via RTP.
Have a look at the following links.
You haven't said what language you want to use so I doubt you'll get any code samples .
|
|
I am well aware that the Rest based approach is targeting HTTP. I would love to use the REST APIs and other goodness between processes on the same computer. Since ADO.NET data services is built on top of WCF it would seem reasonable to assume that the...
Started by Brian Adams on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, ADO.Net data services....
That just happens to be the most common implementation protocol .
Actually the REST architectural style does not in any way require HTTP .
See the MSDN for details.
In .NET 3.5 there is built-in named pipe binding for WCF .
|
|
Hi,
We have two exchange 2007 servers. One is a Microsoft Exchange Edge Transport server in the DMZ the other one is also a MS exchange server installed in the internal network. The firewall is configured to allow ALL ports and protocols from Internal...
Started by Eric on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Then delete the Edge Subscription from the edge server and the active directory? For instance, did either your Hub Transport or your Edge Server get updated to Exchange 2007 SP2, leaving to communicate with Hub server....
For the hub transport.
|
|
How many database systems there are that use JSON for storage or transport? I know of:
CouchDB MongoDB DBSlayer I remember I saw yet another vendor in a SO user's profile. That systems was using what they called binary JSON, but I can't remember the name...
Started by Ionut G. Stan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Persevere is another DB that is loaded up with JSON:
http://www.persvr.org/
Primary transport.
|
|
02/07/2009 9:35:38 PM info Report session closed
02/07/2009 9:35:37 PM info Folder "C:\Users\Joel\AppData\Local\1Click DVD Copy Pro\Temp" deleted
02/07/2009 9:20:21 PM info Copy completed.
02/07/2009 9:20:21 PM info Writer: Finalization Time 00:00:21 ...
Started by 4hams on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at lgsoftwareinnovations):
02/07/2009 9:48:07 PM info Writer: Finalization....
Transporter 2
02/07/2009 9:48:20 PM info Report session closed
02/07/2009 9:48:19 PM info Folder "C:\Users\Joel\AppData\Local\1Click DVD Copy Pro\Temp" deleted
02/07/2009 9:48:07 PM info Copy completed.
|
|
Hi, I'd like to know whether you could get packets with a spoofed IP address above the transport layer. My thoughts are:
TCP: No, as acknowledgements would never get to the original sender if their IP was spoofed. A session couldn't be set up so nothing...
Started by Ray2k on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Some operating systems....
TCP sequence number prediction was a viable attack in the past .
You're going to have to implement your own protocol (using an HMAC to guarantee authenticity, etc) to prevent spoofing of UDP-based protocols .
You are correct re: UDP.
|