Re: SSL HELP PLEASE (General questions)
Hey, i'm sorry i figured out my problem. I wasn't connecting to 443.. lol.
I do have another question though, if you need me to start a new thread let me know.. I'm running a timer to control my code (just a setup i like to use) and when the socket connections.. The state for connected is called twice.. Once when connected, once after the header is sent.. Is there anyway to only call it when the socket is connected? Here is my code:
[code]
Private Sub wodHttp1_StateChange(ByVal OldState As wodHttpDLXComLib.HttpStates) Handles wodHTTP1.StateChange
Select Case wodHTTP1.StateString(wodHTTP1.State)
Case Is = Connected - idle
SendInvokeListViewDescription( Connected )
sTag = iStep
RestartTimer(2000)
End Select
End Sub
[/code]
Complete thread:
- SSL HELP PLEASE - rysmatic, 2009-01-01, 02:51
- Re: SSL HELP PLEASE - woddrazen, 2009-01-01, 20:12
- Re: SSL HELP PLEASE - rysmatic, 2009-01-02, 02:26
- Re: SSL HELP PLEASE - woddrazen, 2009-01-02, 12:08
- Re: SSL HELP PLEASE - rysmatic, 2009-01-02, 02:26
- Re: SSL HELP PLEASE - woddrazen, 2009-01-01, 20:12