Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

shooterlily

@shooterlily
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How could print a line without ending the page?
    S shooterlily

    But if I do not call EndPage() or EndDoc(),I could not get the line. I want to see something printed when I print a line. How? Thank u!

    C / C++ / MFC question

  • How could print a line without ending the page?
    S shooterlily

    I want to do some printing randomly, each time print a single line. When I use EndDoc() or Escape(ENDDOC), the printer ends a page. How could I do printing like the POS terminal printer?

    C / C++ / MFC question

  • How to customize http connection timeout?
    S shooterlily

    It sounds quite reasonable.Thank you!

    C# help tutorial question

  • How to customize http connection timeout?
    S shooterlily

    I knew something about it. The timout is a new property that is introduced in .NET framework 1.1. I have changed my framework version to 1.1. But when I use it like the following, IDictionary props = new Hashtable(); props["timeout"] = 30000; HttpClientChannel channel = new HttpClientChannel(props, new SoadClientFormatterSinkProvider()); it seems the timeout(30 seconds) does not take effect. Why? Could you help me ?

    C# help tutorial question

  • How to customize http connection timeout?
    S shooterlily

    Are you sure? When I use the following code, channel = new HttpClientChannel(); channel.Properties.Add("timeout",10000); JIT throws System.NotSupportedException. What is your suggestion?

    C# help tutorial question

  • How to customize http connection timeout?
    S shooterlily

    Here is my code. HttpClientChannel channel = new HttpClientChannel(); ChannelServices.RegisterChannel(channel); try{ url = "http://"+servername+":7777"; RemotingConfiguration.RegisterActivatedClientType(typeof(MyService), url); MyService myservice = new MyService(); }catch(Exception){...} If I input an error servername,I want to know error in customized timeout such as 10 seconds or else. How? Thanks!

    C# help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups