Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
SuggestionRe: C# and USB IR camera Pin
DaveAuld30-Aug-11 6:34
professionalDaveAuld30-Aug-11 6:34 
QuestionPer Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 2:17
Thomas.D Williams30-Aug-11 2:17 
AnswerRe: Per Pixel Access in C# winforms Pin
lukeer30-Aug-11 4:28
lukeer30-Aug-11 4:28 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 5:26
Thomas.D Williams30-Aug-11 5:26 
GeneralRe: Per Pixel Access in C# winforms Pin
BobJanova30-Aug-11 7:04
BobJanova30-Aug-11 7:04 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 7:13
Thomas.D Williams30-Aug-11 7:13 
GeneralRe: Per Pixel Access in C# winforms Pin
Pete O'Hanlon30-Aug-11 7:20
mvePete O'Hanlon30-Aug-11 7:20 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 11:17
Thomas.D Williams30-Aug-11 11:17 
GeneralRe: Per Pixel Access in C# winforms Pin
BobJanova30-Aug-11 7:38
BobJanova30-Aug-11 7:38 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 11:12
Thomas.D Williams30-Aug-11 11:12 
GeneralRe: Per Pixel Access in C# winforms Pin
BobJanova30-Aug-11 23:02
BobJanova30-Aug-11 23:02 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 23:12
Thomas.D Williams30-Aug-11 23:12 
AnswerRe: Per Pixel Access in C# winforms Pin
BobJanova30-Aug-11 4:36
BobJanova30-Aug-11 4:36 
GeneralRe: Per Pixel Access in C# winforms Pin
Thomas.D Williams30-Aug-11 5:30
Thomas.D Williams30-Aug-11 5:30 
QuestionThis collection already contains an address with scheme http. There can be at most one address per scheme in this collection in 3.5 Pin
nitin_ion29-Aug-11 21:33
nitin_ion29-Aug-11 21:33 
AnswerRe: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection in 3.5 Pin
dan!sh 29-Aug-11 22:56
professional dan!sh 29-Aug-11 22:56 
GeneralRe: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection in 3.5 Pin
nitin_ion29-Aug-11 23:06
nitin_ion29-Aug-11 23:06 
i am using basichttp binding


XML
<system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="BasicHTTP" sendTimeout="00:10:00" closeTimeout="00:05:00"  openTimeout="00:1:00" receiveTimeout="00:05:00"
              allowCookies="true" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647"
           maxBufferPoolSize="2147483647"  maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8"
             useDefaultWebProxy="true" >
          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647"
                        maxNameTableCharCount="2147483647" />
          <security mode="TransportWithMessageCredential">
            <transport clientCredentialType="Ntlm" proxyCredentialType="None" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>
      </basicHttpBinding>
    </bindings>
    <services>

      <service name="F2F.Service1" behaviorConfiguration="F2F.Service1Behavior">

        <!-- Service Endpoints -->
        <endpoint address="" binding="basicHttpBinding" contract="F2F.IService1">
          <!--
              Upon deployment, the following identity element should be removed or replaced to reflect the
              identity under which the deployed service runs.  If removed, WCF will infer an appropriate identity
              automatically.
          -->
          <identity>
            <dns value="localhost"/>
          </identity>
        </endpoint>
        <!--<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>-->
      </service>
    </services>

    <!--<serviceHostingEnvironment>
      <baseAddressPrefixFilters>
        <add prefix="http://localhost:51340/"/>
      </baseAddressPrefixFilters>
    </serviceHostingEnvironment>-->

    <!--<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />-->
    <behaviors>
      <serviceBehaviors>
        <behavior name="F2F.Service1Behavior">
          <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
          <serviceMetadata httpGetEnabled="true"/>
          <!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="false"/>
        </behavior>
      </serviceBehaviors>
    </behaviors>
  </system.serviceModel>

QuestionWCF Rest Services with JavaScript/Jquery Pin
pravin_mun29-Aug-11 15:48
pravin_mun29-Aug-11 15:48 
AnswerRe: WCF Rest Services with JavaScript/Jquery Pin
V.30-Aug-11 2:22
professionalV.30-Aug-11 2:22 
Questionc# generate a ctrl from an xml or from a DB Pin
bysystems29-Aug-11 12:45
bysystems29-Aug-11 12:45 
AnswerRe: c# generate a ctrl from an xml or from a DB Pin
PIEBALDconsult29-Aug-11 15:05
mvePIEBALDconsult29-Aug-11 15:05 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
bysystems29-Aug-11 15:20
bysystems29-Aug-11 15:20 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
David C# Hobbyist.29-Aug-11 15:41
professionalDavid C# Hobbyist.29-Aug-11 15:41 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
PIEBALDconsult29-Aug-11 18:04
mvePIEBALDconsult29-Aug-11 18:04 
AnswerRe: c# generate a ctrl from an xml or from a DB [modified] Pin
BillWoodruff29-Aug-11 18:20
professionalBillWoodruff29-Aug-11 18:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.