Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: Overridden OnPaint method not called on form Pin
Luc Pattyn18-Feb-19 12:13
sitebuilderLuc Pattyn18-Feb-19 12:13 
GeneralRe: Overridden OnPaint method not called on form Pin
Richard MacCutchan18-Feb-19 21:21
mveRichard MacCutchan18-Feb-19 21:21 
GeneralRe: Overridden OnPaint method not called on form Pin
pr1mem0ver27-Feb-19 6:29
pr1mem0ver27-Feb-19 6:29 
GeneralRe: Overridden OnPaint method not called on form Pin
Richard MacCutchan27-Feb-19 6:49
mveRichard MacCutchan27-Feb-19 6:49 
AnswerRe: Overridden OnPaint method not called on form Pin
Luc Pattyn18-Feb-19 8:21
sitebuilderLuc Pattyn18-Feb-19 8:21 
GeneralRe: Overridden OnPaint method not called on form Pin
pr1mem0ver18-Feb-19 10:28
pr1mem0ver18-Feb-19 10:28 
QuestionNet Core qustion Pin
pkfox13-Feb-19 23:39
professionalpkfox13-Feb-19 23:39 
AnswerRe: Net Core qustion Pin
Richard Deeming14-Feb-19 2:00
mveRichard Deeming14-Feb-19 2:00 
By default, Kestrel only listens for connections on localhost; you normally use another web server as a "reverse proxy" to your application.

You should be able to add a UseUrls call to your WebHostBuilder to make it listen on the actual IP address:
c# - Remotely connect to .net core self hosted web api - Stack Overflow[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Net Core qustion Pin
pkfox14-Feb-19 3:25
professionalpkfox14-Feb-19 3:25 
AnswerRe: Net Core qustion Pin
Wastedtalent14-Feb-19 3:14
professionalWastedtalent14-Feb-19 3:14 
AnswerRe: Net Core qustion Pin
jschell17-Feb-19 6:15
jschell17-Feb-19 6:15 
QuestionHow to count files and change directory using FTP/C# Pin
mlong3012-Feb-19 14:38
mlong3012-Feb-19 14:38 
AnswerRe: How to count files and change directory using FTP/C# Pin
OriginalGriff12-Feb-19 20:02
mveOriginalGriff12-Feb-19 20:02 
AnswerRe: How to count files and change directory using FTP/C# Pin
Richard Deeming13-Feb-19 10:46
mveRichard Deeming13-Feb-19 10:46 
Questionhow can get Windows.Security.Credentials.dll lib C# Pin
Member 1414061510-Feb-19 3:36
Member 1414061510-Feb-19 3:36 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
OriginalGriff10-Feb-19 4:11
mveOriginalGriff10-Feb-19 4:11 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
Eddy Vluggen11-Feb-19 2:42
professionalEddy Vluggen11-Feb-19 2:42 
QuestionDo you use obfuscator? Pin
Froddo8-Feb-19 7:01
Froddo8-Feb-19 7:01 
AnswerRe: Do you use obfuscator? Pin
Gerry Schmitz8-Feb-19 10:40
mveGerry Schmitz8-Feb-19 10:40 
AnswerRe: Do you use obfuscator? Pin
Eddy Vluggen11-Feb-19 2:47
professionalEddy Vluggen11-Feb-19 2:47 
GeneralRe: Do you use obfuscator? Pin
Froddo12-Feb-19 6:52
Froddo12-Feb-19 6:52 
GeneralRe: Do you use obfuscator? Pin
Wastedtalent13-Feb-19 21:07
professionalWastedtalent13-Feb-19 21:07 
AnswerRe: Do you use obfuscator? Pin
BillWoodruff16-Feb-19 14:39
professionalBillWoodruff16-Feb-19 14:39 
GeneralRe: Do you use obfuscator? Pin
Froddo18-Feb-19 6:56
Froddo18-Feb-19 6:56 
AnswerRe: Do you use obfuscator? Pin
Member 1412742220-Feb-19 6:33
Member 1412742220-Feb-19 6:33 

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.