Skip to main content

All Questions

Tagged with
2 votes
2 answers
180 views

Is there any known approach to change namespace but support old one in APIs

I have an DLL which has a name space Testuser.Standard and used by other people. I want to change the namespace from Testuser.Standard to TestUser.Standard and want to support old namespace which ...
Timur's user avatar
  • 109
0 votes
1 answer
499 views

Call forwarding in Twilio from C#

I am using the latest version of the Twilio Rest API .NET nuget library and I would like to forward an existing voice call. I did find some existing code [HttpPost] public async Task<ActionResult&...
Mark's user avatar
  • 67
4 votes
2 answers
5k views

c# forward Email from Outlook inbox

I want to forward an existing Email from my Outlook inbox folder. On recent research I found some different solutions: get the current mail item and copy it to a new message move method to move in a ...
Tobias Alt's user avatar
4 votes
1 answer
5k views

How to do port forwarding?

I'm trying to do port forwarding to my project as a replacement to the current udp hole punching. The reason is because I want clients to start communication with each other without the server ...
liran63's user avatar
  • 1,326
1 vote
0 answers
51 views

Forwarding events to selected instance

Is there a good strategy to exchange the receiver of multiple events (let's say an object instance A) during runtime to another instance B (or multiple instances)? For example think of a menu bar with ...
mvo's user avatar
  • 1,158
2 votes
0 answers
945 views

Routing TCP/IP through PC [closed]

I want to use a PC with two Ethernet ports to be connected with the local networks at the first port and a detector which uses TCP/IP over Ethernet to communicate at the second port. The following ...
Fros's user avatar
  • 29
0 votes
3 answers
834 views

port forwarding camera ip c#

I'm not good in networking so for some people my question can look silly. I'm trying to connect to my ip camera from outside of my local network. I know that I need to do port forwarding. I read that ...
Radosław Malinowski's user avatar
3 votes
0 answers
566 views

Transferring Skype calls with Skype4Com - is it possible?

I am currently working on a skype plugin / application in c# which I would like to be able to transfer / forward calls to another skype address. I tried to use ICall.Transfer();, which (as i found ...
Gabi Barrientos's user avatar
0 votes
4 answers
4k views

Connect to FTP server behind a NAT and Firewall without port forwarding

I've a new issue to solve about NAT traversal. I'm deploying a C# application that starts a FTP server when an event occur. The issue is that the machine running the FTP server is behind a NAT/...
CrAsHeR's user avatar
  • 218
-1 votes
2 answers
2k views

i want to make port forwarding using c# [closed]

i want to make port forwarding from router ip to local ip how ? in c# i have this code for receiving using local ip r.Bind(new IPEndPoint(IPAddress.Any, int.Parse(this.textBox2.Text))); while (true) ...
kartal's user avatar
  • 17.8k
3 votes
2 answers
4k views

Type Forwarding in .Net: Does the class forwarded need to inherit from the Type class?

If you want to forward a class reference to another assembly with Type Forwarding, does that class need to inherit from Type? I guess what I am really after is - What does it mean, or what is ...
richard's user avatar
  • 12.4k
1 vote
2 answers
1k views

Is it possible to catch Win7 multitouch events, convert them to mouse and keyboard events and send them to another application?

I have following Situation: I have a special 3D program which I need to make able to react on multi-touch events without changing the program itself. Therefore I need a mapper program, which receives ...
Jonas's user avatar
  • 11
2 votes
2 answers
84 views

How to deal with JavaScript when trying to fetch web page in C#.NET/WPF?

The .NET WebClient class is nice and all, but it doesn't parse the JavaScript in the page. What I mean is, sometimes a page is forwarded to a different page via JavaScript, or sometimes DOM elements ...
Jeff Dahmer's user avatar
14 votes
5 answers
29k views

Send keystroke to other control

Easy one for you guys. I have a textbox on top of a listbox. The textbox is use to filter ther data in the listbox. So... When the user type in the textbox, I would like to "trap" the down/up/...
vIceBerg's user avatar
  • 4,267
45 votes
5 answers
41k views

Relaying a request in asp.net (Forwarding a request)

I have a web application that communicates between two different web applications (one receiver and one sender, the sender communicates with my application, and my application communicates with both). ...
El Che's user avatar
  • 1,321

15 30 50 per page