Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - System.ServiceModel element names and attributes

 
 
Old 09-21-2006   #1 (permalink)
=?Utf-8?B?TjhOVA==?=


 
 

System.ServiceModel element names and attributes

Is there a document somewhere that enumerates all of the possible attributes
that are available to the elements in the System.serviceModel namespace?

For example, in the <bindings> section below, what are the possible
attributes for the message element? the security element? the wsHttpBinding
element? I can't seem to find out what attributes can be used. I find the
same problem with other sections. I figure there must be a place to find
this, so, where is it?

<bindings>
<wsHttpBinding>
<!-- Set up a binding that uses Username as the client credential
type -->
<binding name="Binding1">
<security mode="Message" >
<message clientCredentialType="UserName" />
</security>
</binding>
</wsHttpBinding>
</bindings>

My System SpecsSystem Spec
Old 09-25-2006   #2 (permalink)
Arkady Frenkel


 
 

Re: System.ServiceModel element names and attributes

AFAIK the single place is MSDN , so to find all attributes of wsHttpBinding
you can find on
http://windowssdk.msdn.microsoft.com.../ms731299.aspx and so on
HTH
Arkady

"N8NT" <N8NT@discussions.microsoft.com> wrote in message
news:4A5A3E77-01E8-4E20-86FA-5E0AC2E2ACD7@microsoft.com...
> Is there a document somewhere that enumerates all of the possible
> attributes
> that are available to the elements in the System.serviceModel namespace?
>
> For example, in the <bindings> section below, what are the possible
> attributes for the message element? the security element? the
> wsHttpBinding
> element? I can't seem to find out what attributes can be used. I find the
> same problem with other sections. I figure there must be a place to find
> this, so, where is it?
>
> <bindings>
> <wsHttpBinding>
> <!-- Set up a binding that uses Username as the client credential
> type -->
> <binding name="Binding1">
> <security mode="Message" >
> <message clientCredentialType="UserName" />
> </security>
> </binding>
> </wsHttpBinding>
> </bindings>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Robocopy sets attributes on destination folder to system and hidde Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46