![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Robocopy sets attributes on destination folder to system and hidde | Vista General | |||